Try our conversational search powered by Generative AI!

Interface IPropertyDefinitionTypeResolver

Component that can resolve the PropertyDefinitionType from it's runtime PropertyDefinitionModel.

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IPropertyDefinitionTypeResolver

Methods

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.

Extension Methods