Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PropertySettingsRepositoryHelper

Inheritance
System.Object
PropertySettingsRepositoryHelper
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.UI
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration]
public class PropertySettingsRepositoryHelper

Constructors

PropertySettingsRepositoryHelper(IPropertySettingsRepository, IServiceLocator)

Declaration
public PropertySettingsRepositoryHelper(IPropertySettingsRepository propertySettingsRepository, IServiceLocator serviceLocator)
Parameters
Type Name Description
IPropertySettingsRepository propertySettingsRepository
IServiceLocator serviceLocator

Methods

GetSettingsWrapper(Guid, Type, IEnumerable<Attribute>)

Declaration
public virtual PropertySettingsWrapper GetSettingsWrapper(Guid settingsID, Type settingsType, IEnumerable<Attribute> modelAttributes)
Parameters
Type Name Description
System.Guid settingsID
System.Type settingsType
System.Collections.Generic.IEnumerable<System.Attribute> modelAttributes
Returns
Type Description
PropertySettingsWrapper

Extension Methods