London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CodeDefinedPropertySettingsWrapper

Used to wrap a setting that is defined by code.

Inheritance
System.Object
CodeDefinedPropertySettingsWrapper
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
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class CodeDefinedPropertySettingsWrapper : PropertySettingsWrapper
Remarks

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Constructors

CodeDefinedPropertySettingsWrapper(PropertySettings)

Initializes a new instance of the CodeDefinedPropertySettingsWrapper class.

Declaration
public CodeDefinedPropertySettingsWrapper(PropertySettings settings)
Parameters
Type Name Description
PropertySettings settings

The settings.

Properties

CodeDefinedSettings

Gets the class responsible for getting the settings.

Declaration
public PropertySettings CodeDefinedSettings { get; }
Property Value
Type Description
PropertySettings

The settings.

PropertySettings

Gets or sets the actual property settings object.

Declaration
public override IPropertySettings PropertySettings { get; set; }
Property Value
Type Description
IPropertySettings

The property settings.

Overrides

Methods

Copy()

Copies this instance.

Declaration
public override PropertySettingsWrapper Copy()
Returns
Type Description
PropertySettingsWrapper

A deep copy of this instance.

Overrides

Extension Methods