World is now on Opti ID! Learn more

Class CommerceContentTypeBaseProvider

Inheritance
System.Object
CommerceContentTypeBaseProvider
Implements
EPiServer.DataAbstraction.RuntimeModel.IContentTypeBaseProvider
Namespace: EPiServer.Commerce.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CommerceContentTypeBaseProvider : Object, IContentTypeBaseProvider

Constructors

CommerceContentTypeBaseProvider()

Declaration
public CommerceContentTypeBaseProvider()

Properties

ContentTypeBases

Declaration
public IEnumerable<ContentTypeBase> ContentTypeBases { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.ContentTypeBase>

Methods

Resolve(ContentTypeBase)

Declaration
public Type Resolve(ContentTypeBase kind)
Parameters
Type Name Description
EPiServer.DataAbstraction.ContentTypeBase kind
Returns
Type Description
System.Type

Implements

EPiServer.DataAbstraction.RuntimeModel.IContentTypeBaseProvider