Method | Description | |
---|---|---|
GetValue ( ) : object? |
Gets the value of this setting.
|
|
GetValueAsString ( ) : string |
Gets this setting's value as a string.
|
|
SetValue ( object value ) : void |
Sets the value of this setting.
|
|
SetValueFromString ( string value ) : void |
Sets this setting's value from a string.
|
|
Setting ( SoftCircuits.WinSettings.Settings settings, PropertyInfo propertyInfo, bool encrypted ) : System |
Constructs a new instance of the
|
public SetValue ( object value ) : void | ||
value | object | The value this setting should be set to. |
return | void |
public SetValueFromString ( string value ) : void | ||
value | string | A string that represents the value this setting should be set to. |
return | void |
public Setting ( SoftCircuits.WinSettings.Settings settings, PropertyInfo propertyInfo, bool encrypted ) : System | ||
settings | SoftCircuits.WinSettings.Settings | The |
propertyInfo | PropertyInfo | The |
encrypted | bool | Indicates whether or not this setting is /// encrypted. |
return | System |