C# Class RadioDld.Settings

Inheritance: Database
Show file Open project: ribbons/RadioDownloader

Private Properties

Property Type Description
ResetDownloadCols void
ResetUserSettings void

Protected Methods

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

Private Methods

Method Description
ResetDownloadCols ( ) : void
ResetUserSettings ( ) : void

Method Details

GetValue() protected static method

protected static GetValue ( string propertyName, System.DateTime defaultValue ) : System.DateTime
propertyName string
defaultValue System.DateTime
return System.DateTime

GetValue() protected static method

protected static GetValue ( string propertyName, bool defaultValue ) : bool
propertyName string
defaultValue bool
return bool

GetValue() protected static method

protected static GetValue ( string propertyName, decimal defaultValue ) : decimal
propertyName string
defaultValue decimal
return decimal

GetValue() protected static method

protected static GetValue ( string propertyName, int defaultValue ) : int
propertyName string
defaultValue int
return int

GetValue() protected static method

protected static GetValue ( string propertyName ) : string
propertyName string
return string

GetValue() protected static method

protected static GetValue ( string propertyName, string defaultValue ) : string
propertyName string
defaultValue string
return string

SetValue() protected static method

protected static SetValue ( string propertyName, System.DateTime value ) : void
propertyName string
value System.DateTime
return void

SetValue() protected static method

protected static SetValue ( string propertyName, bool value ) : void
propertyName string
value bool
return void

SetValue() protected static method

protected static SetValue ( string propertyName, decimal value ) : void
propertyName string
value decimal
return void

SetValue() protected static method

protected static SetValue ( string propertyName, int value ) : void
propertyName string
value int
return void

SetValue() protected static method

protected static SetValue ( string propertyName, string value ) : void
propertyName string
value string
return void