Property | Type | Description |
---|
Method | Description | |
---|---|---|
CategorizedSettingsSection ( ) : System |
Creates a new CategorizedSettingsSection.
|
|
Remove ( string name ) : void |
Removes the specified category name including its associated settings.
|
|
SetCryptoKey ( string cryptoKey ) : void |
Sets the key to be used for encrypting and decrypting setting values.
|
|
this ( string name ) : GSF.Configuration.CategorizedSettingsElementCollection |
Gets the CategorizedSettingsElementCollection object representing settings under the specified category name.
|
Method | Description | |
---|---|---|
DeserializeSection ( XmlReader reader ) : void |
Reads XML from the configuration file.
|
|
SerializeSection ( |
Creates an XML string containing an unmerged view of the ConfigurationSection object as a single section to write to a file.
|
public CategorizedSettingsSection ( ) : System | ||
return | System |
protected DeserializeSection ( XmlReader reader ) : void | ||
reader | XmlReader | The |
return | void |
public Remove ( string name ) : void | ||
name | string | Name of the category to be removed. |
return | void |
protected SerializeSection ( |
||
parentElement | The |
|
name | string | The name of the section to create. |
saveMode | ConfigurationSaveMode | The |
return | string |
public SetCryptoKey ( string cryptoKey ) : void | ||
cryptoKey | string | New crypto key. |
return | void |
public this ( string name ) : GSF.Configuration.CategorizedSettingsElementCollection | ||
name | string | Name of the category whose settings are to be retrieved. |
return | GSF.Configuration.CategorizedSettingsElementCollection |