Property | Type | Description | |
---|---|---|---|
ResetDownloadCols | void | ||
ResetUserSettings | void |
Method | Description | |
---|---|---|
GetValue ( string propertyName, System.DateTime defaultValue ) : System.DateTime | ||
GetValue ( string propertyName, bool defaultValue ) : bool | ||
GetValue ( string propertyName, decimal defaultValue ) : decimal | ||
GetValue ( string propertyName, int defaultValue ) : int | ||
GetValue ( string propertyName ) : string | ||
GetValue ( string propertyName, string defaultValue ) : string | ||
SetValue ( string propertyName, System.DateTime value ) : void | ||
SetValue ( string propertyName, bool value ) : void | ||
SetValue ( string propertyName, decimal value ) : void | ||
SetValue ( string propertyName, int value ) : void | ||
SetValue ( string propertyName, string value ) : void |
Method | Description | |
---|---|---|
ResetDownloadCols ( ) : void | ||
ResetUserSettings ( ) : void |
protected static GetValue ( string propertyName, System.DateTime defaultValue ) : System.DateTime | ||
propertyName | string | |
defaultValue | System.DateTime | |
return | System.DateTime |
protected static GetValue ( string propertyName, bool defaultValue ) : bool | ||
propertyName | string | |
defaultValue | bool | |
return | bool |
protected static GetValue ( string propertyName, decimal defaultValue ) : decimal | ||
propertyName | string | |
defaultValue | decimal | |
return | decimal |
protected static GetValue ( string propertyName, int defaultValue ) : int | ||
propertyName | string | |
defaultValue | int | |
return | int |
protected static GetValue ( string propertyName ) : string | ||
propertyName | string | |
return | string |
protected static GetValue ( string propertyName, string defaultValue ) : string | ||
propertyName | string | |
defaultValue | string | |
return | string |
protected static SetValue ( string propertyName, System.DateTime value ) : void | ||
propertyName | string | |
value | System.DateTime | |
return | void |
protected static SetValue ( string propertyName, bool value ) : void | ||
propertyName | string | |
value | bool | |
return | void |
protected static SetValue ( string propertyName, decimal value ) : void | ||
propertyName | string | |
value | decimal | |
return | void |
protected static SetValue ( string propertyName, int value ) : void | ||
propertyName | string | |
value | int | |
return | void |
protected static SetValue ( string propertyName, string value ) : void | ||
propertyName | string | |
value | string | |
return | void |