Class CodeDefinedPropertySettingsWrapper
Used to wrap a setting that is defined by code.
Inherited Members
Namespace: EPiServer.Core.PropertySettings
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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. |