Interface IPropertyDefinitionTypeResolver
Component that can resolve the PropertyDefinitionType from it's runtime PropertyDefinitionModel.
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IPropertyDefinitionTypeResolverMethods
ResolveType(PropertyDefinitionModel)
Resolves the PropertyDefinitionType for the specified PropertyDefinitionModel.
Declaration
PropertyDefinitionType ResolveType(PropertyDefinitionModel model)Parameters
| Type | Name | Description | 
|---|---|---|
| PropertyDefinitionModel | model | The model to resolve the type for. | 
Returns
| Type | Description | 
|---|---|
| PropertyDefinitionType | A PropertyDefinitionType that matches the model. | 
