Class PropertySettingsResolver
Resolves IProperty
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. |
settingsType | The type of settings |
System. |
modelType | The content type to read from the settings for |
System. |
propertyName | The property name to read settings for |
Returns
Type | Description |
---|---|
IProperty |
The settings or |