Click or drag to resize
SettingT Class
Typed setting with id and value.
Inheritance Hierarchy
SystemObject
  Sdl.Core.SettingsSettingT

Namespace: Sdl.Core.Settings
Assembly: Sdl.Core.Settings (in Sdl.Core.Settings.dll) Version: 1.8.0.0 (1.8.2564.0)
Syntax
public abstract class Setting<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Sdl.Core.Settings.Setting`1"]

The SettingT type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnXmlUpdated
This methods has to be called by sub classes when the Xml document has been changed.
Public methodReset
Resets the setting to the inherited or default value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
Properties
  NameDescription
Public propertyId
Gets the Id of the setting retrieved from the XML
Public propertyInherited
True if this setting was inherited from a parent bundle or if it is a default value.
Public propertyValue
Gets or sets the setting value,
Top
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments