mscorlib(4.0.0.0) API with additions
|
Represents a simplified configuration element used for updating elements in the configuration. This class cannot be inherited. More...
Inherits ConfigurationElement.
Public Member Functions | |
SettingElement () | |
Initializes a new instance of the T:System.Configuration.SettingElement class. More... | |
SettingElement (string name, SettingsSerializeAs serializeAs) | |
Initializes a new instance of the T:System.Configuration.SettingElement class based on supplied parameters. More... | |
override bool | Equals (object settings) |
Compares the current T:System.Configuration.SettingElement instance to the specified object. More... | |
override int | GetHashCode () |
Gets a unique value representing the T:System.Configuration.SettingElement current instance. More... | |
Properties | |
internal override ConfigurationPropertyCollection | Properties [protected get] |
string | Name [get, set] |
Gets or sets the name of the T:System.Configuration.SettingElement object. More... | |
SettingsSerializeAs | SerializeAs [get, set] |
Gets or sets the serialization mechanism used to persist the values of the T:System.Configuration.SettingElement object. More... | |
SettingValueElement | Value [get, set] |
Gets or sets the value of a T:System.Configuration.SettingElement object by using a T:System.Configuration.SettingValueElement object. More... | |
Represents a simplified configuration element used for updating elements in the configuration. This class cannot be inherited.
Definition at line 6 of file SettingElement.cs.
System.Configuration.SettingElement.SettingElement | ( | ) |
Initializes a new instance of the T:System.Configuration.SettingElement class.
Definition at line 86 of file SettingElement.cs.
System.Configuration.SettingElement.SettingElement | ( | string | name, |
SettingsSerializeAs | serializeAs | ||
) |
Initializes a new instance of the T:System.Configuration.SettingElement class based on supplied parameters.
name | The name of the T:System.Configuration.SettingElement object. |
serializeAs | A T:System.Configuration.SettingsSerializeAs object. This object is an enumeration used as the serialization scheme to store configuration settings. |
Definition at line 93 of file SettingElement.cs.
override bool System.Configuration.SettingElement.Equals | ( | object | settings | ) |
Compares the current T:System.Configuration.SettingElement instance to the specified object.
settings | The object to compare with. |
true
if the T:System.Configuration.SettingElement instance is equal to the specified object; otherwise, false
.Definition at line 104 of file SettingElement.cs.
override int System.Configuration.SettingElement.GetHashCode | ( | ) |
Gets a unique value representing the T:System.Configuration.SettingElement current instance.
Definition at line 116 of file SettingElement.cs.
|
getset |
Gets or sets the name of the T:System.Configuration.SettingElement object.
Definition at line 32 of file SettingElement.cs.
|
getset |
Gets or sets the serialization mechanism used to persist the values of the T:System.Configuration.SettingElement object.
Definition at line 47 of file SettingElement.cs.
|
getset |
Gets or sets the value of a T:System.Configuration.SettingElement object by using a T:System.Configuration.SettingValueElement object.
Definition at line 62 of file SettingElement.cs.