Class SettingsAttribute
- Namespace
- Dynamicweb.Extensibility.Settings
- Assembly
- Dynamicweb.Core.dll
[AttributeUsage(AttributeTargets.Property)]
public class SettingsAttribute : Attribute
- Inheritance
-
SettingsAttribute
- Inherited Members
Constructors
SettingsAttribute(string)
public SettingsAttribute(string path)
Parameters
pathstring
SettingsAttribute(string, bool)
public SettingsAttribute(string path, bool defaultValue)
Parameters
SettingsAttribute(string, double)
public SettingsAttribute(string path, double defaultValue)
Parameters
SettingsAttribute(string, int)
public SettingsAttribute(string path, int defaultValue)
Parameters
SettingsAttribute(string, long)
public SettingsAttribute(string path, long defaultValue)
Parameters
SettingsAttribute(string, string)
public SettingsAttribute(string path, string defaultValue)
Parameters
Properties
DefaultValue
Gets the default value of the setting.
public IConvertible? DefaultValue { get; }
Property Value
Path
Gets the path to the setting.
public string Path { get; }