Interface IPropertyDefinitionTypeResolver
Component that can resolve the Property
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IPropertyDefinitionTypeResolver
Methods
ResolveType(PropertyDefinitionModel)
Resolves the Property
Declaration
PropertyDefinitionType ResolveType(PropertyDefinitionModel model)
Parameters
Type | Name | Description |
---|---|---|
Property |
model | The model to resolve the type for. |
Returns
Type | Description |
---|---|
Property |
A Property |