Class PropertySettingsResolver
Resolves IPropertySettings from a property on IContentData
Namespace: EPiServer.Core.PropertySettings
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class PropertySettingsResolver : Object
Constructors
PropertySettingsResolver()
Declaration
protected PropertySettingsResolver()
Methods
GetSettings(Type, Type, String)
Resolve settings for a property
Declaration
public abstract IPropertySettings GetSettings(Type settingsType, Type modelType, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | settingsType | The type of settings |
| System.Type | modelType | The content type to read from the settings for |
| System.String | propertyName | The property name to read settings for |
Returns
| Type | Description |
|---|---|
| IPropertySettings | The settings or |