Class DefaultPropertyDataSettingsHelper
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Extension methods for PropertyData
Inheritance
System.Object
DefaultPropertyDataSettingsHelper
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.PropertySettings.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[ServiceConfiguration(ServiceType = typeof(IPropertyDataSettingsHelper))]
public class DefaultPropertyDataSettingsHelper : IPropertyDataSettingsHelper
Constructors
DefaultPropertyDataSettingsHelper(IPropertySettingsRepository, IPropertyDefinitionRepository)
Declaration
public DefaultPropertyDataSettingsHelper(IPropertySettingsRepository settingsRepository, IPropertyDefinitionRepository propertyDefinitionRepository)
Parameters
Type | Name | Description |
---|---|---|
IPropertySettingsRepository | settingsRepository | |
IPropertyDefinitionRepository | propertyDefinitionRepository |
Methods
GetSettingsContainer(PropertyData)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the settings container which have all settings objects stored for this property.
Declaration
public PropertySettingsContainer GetSettingsContainer(PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
PropertyData | property |
Returns
Type | Description |
---|---|
PropertySettingsContainer |
GetSettingsID(PropertyData)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the settings ID used to load the settings container.
Declaration
public Guid GetSettingsID(PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
PropertyData | property |
Returns
Type | Description |
---|---|
System.Guid |