Class DefaultPropertyDataSettingsHelper
Extension methods for Property
Inheritance
System.Object
DefaultPropertyDataSettingsHelper
Implements
Namespace: EPiServer.Core.PropertySettings.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration(ServiceType = null)]
public class DefaultPropertyDataSettingsHelper : Object, IPropertyDataSettingsHelper
Constructors
DefaultPropertyDataSettingsHelper(IPropertySettingsRepository, IPropertyDefinitionRepository)
Declaration
public DefaultPropertyDataSettingsHelper(IPropertySettingsRepository settingsRepository, IPropertyDefinitionRepository propertyDefinitionRepository)
Parameters
Type | Name | Description |
---|---|---|
IProperty |
settingsRepository | |
IProperty |
propertyDefinitionRepository |
Methods
GetSettingsContainer(PropertyData)
Gets the settings container which have all settings objects stored for this property.
Declaration
public PropertySettingsContainer GetSettingsContainer(PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
Property |
property |
Returns
Type | Description |
---|---|
Property |
GetSettingsID(PropertyData)
Gets or sets the settings ID used to load the settings container.
Declaration
public Guid GetSettingsID(PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
Property |
property |
Returns
Type | Description |
---|---|
System. |