| SettingT Class |
Namespace: Sdl.Core.Settings
[Missing <typeparam name="T"/> documentation for "T:Sdl.Core.Settings.Setting`1"]
The SettingT type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnXmlUpdated |
This methods has to be called by sub classes when the Xml document has been changed.
| |
| Reset |
Resets the setting to the inherited or default value.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (SettingT to T) |
Implicit conversion operator to enable easy access to the value without explicitly accessing the Value property.
|
| Name | Description | |
|---|---|---|
| Id |
Gets the Id of the setting retrieved from the XML
| |
| Inherited |
True if this setting was inherited from a parent bundle or if it is a default value.
| |
| Value |
Gets or sets the setting value,
|