Class CommerceContentTypeBaseProvider
Inheritance
System.Object
CommerceContentTypeBaseProvider
Implements
EPiServer.DataAbstraction.RuntimeModel.IContentTypeBaseProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class CommerceContentTypeBaseProvider : 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