Method | Description | |
---|---|---|
GetConfigurationManager ( string applicationName ) : |
||
Persist ( ) : void | ||
Read ( string section ) : string | ||
Read ( string section, string defaultValue ) : string | ||
ReadBoolean ( string section ) : bool | ||
ReadBoolean ( string section, bool defaultValue ) : bool | ||
ReadFormSettings ( System form ) : void | ||
ReadInteger ( string section ) : int | ||
ReadInteger ( string section, int defaultValue ) : int | ||
Write ( string section, string value ) : void | ||
WriteFormSettings ( System form ) : void |
Method | Description | |
---|---|---|
ConfigurationManager ( string applicationName ) : System | ||
InitializeConfiguration ( string applicationName ) : void | ||
WriteBackConfiguration ( ) : void |
public static GetConfigurationManager ( string applicationName ) : |
||
applicationName | string | |
return |
public Read ( string section, string defaultValue ) : string | ||
section | string | |
defaultValue | string | |
return | string |
public ReadBoolean ( string section, bool defaultValue ) : bool | ||
section | string | |
defaultValue | bool | |
return | bool |
public ReadFormSettings ( System form ) : void | ||
form | System | |
return | void |
public ReadInteger ( string section, int defaultValue ) : int | ||
section | string | |
defaultValue | int | |
return | int |
public Write ( string section, string value ) : void | ||
section | string | |
value | string | |
return | void |
public WriteFormSettings ( System form ) : void | ||
form | System | |
return | void |