Class DefaultContentTypeBaseResolver
Inheritance
System.Object
DefaultContentTypeBaseResolver
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class DefaultContentTypeBaseResolver : Object, IContentTypeBaseResolver
Constructors
DefaultContentTypeBaseResolver(IEnumerable<IContentTypeBaseProvider>, TypeRelater)
Declaration
public DefaultContentTypeBaseResolver(IEnumerable<IContentTypeBaseProvider> contentTypeBaseProviders, TypeRelater typeRelater)
Parameters
Methods
Add(ContentTypeBase, Type)
Declaration
protected virtual void Add(ContentTypeBase contentTypeBase, Type modelType)
Parameters
Type |
Name |
Description |
ContentTypeBase |
contentTypeBase |
|
System.Type |
modelType |
|
Resolve(ContentTypeBase)
Declaration
public Type Resolve(ContentTypeBase contentTypeBase)
Parameters
Returns
Type |
Description |
System.Type |
|
Resolve(Type)
Declaration
public ContentTypeBase Resolve(Type modelType)
Parameters
Type |
Name |
Description |
System.Type |
modelType |
|
Returns
Implements
Extension Methods