A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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