SaaS CMS has officially launched! Learn more now.

Class DefaultContentTypeBaseProvider

Inheritance
System.Object
DefaultContentTypeBaseProvider
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class DefaultContentTypeBaseProvider : Object, IContentTypeBaseProvider

Constructors

DefaultContentTypeBaseProvider()

Declaration
public DefaultContentTypeBaseProvider()

Explicit Interface Implementations

IContentTypeBaseProvider.ContentTypeBases

Declaration
IEnumerable<ContentTypeBase> IContentTypeBaseProvider.ContentTypeBases { get; }
Returns
Type Description
System.Collections.Generic.IEnumerable<ContentTypeBase>

IContentTypeBaseProvider.Resolve(ContentTypeBase)

Declaration
Type IContentTypeBaseProvider.Resolve(ContentTypeBase contentTypeBase)
Parameters
Type Name Description
ContentTypeBase contentTypeBase
Returns
Type Description
System.Type

Implements

Extension Methods