C# Class RadioDld.Settings

Inheritance: Database
Afficher le fichier Open project: ribbons/RadioDownloader

Private Properties

Свойство Type Description
ResetDownloadCols void
ResetUserSettings void

Méthodes protégées

Méthode 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

Méthode Description
ResetDownloadCols ( ) : void
ResetUserSettings ( ) : void

Method Details

GetValue() protected static méthode

protected static GetValue ( string propertyName, System.DateTime defaultValue ) : System.DateTime
propertyName string
defaultValue System.DateTime
Résultat System.DateTime

GetValue() protected static méthode

protected static GetValue ( string propertyName, bool defaultValue ) : bool
propertyName string
defaultValue bool
Résultat bool

GetValue() protected static méthode

protected static GetValue ( string propertyName, decimal defaultValue ) : decimal
propertyName string
defaultValue decimal
Résultat decimal

GetValue() protected static méthode

protected static GetValue ( string propertyName, int defaultValue ) : int
propertyName string
defaultValue int
Résultat int

GetValue() protected static méthode

protected static GetValue ( string propertyName ) : string
propertyName string
Résultat string

GetValue() protected static méthode

protected static GetValue ( string propertyName, string defaultValue ) : string
propertyName string
defaultValue string
Résultat string

SetValue() protected static méthode

protected static SetValue ( string propertyName, System.DateTime value ) : void
propertyName string
value System.DateTime
Résultat void

SetValue() protected static méthode

protected static SetValue ( string propertyName, bool value ) : void
propertyName string
value bool
Résultat void

SetValue() protected static méthode

protected static SetValue ( string propertyName, decimal value ) : void
propertyName string
value decimal
Résultat void

SetValue() protected static méthode

protected static SetValue ( string propertyName, int value ) : void
propertyName string
value int
Résultat void

SetValue() protected static méthode

protected static SetValue ( string propertyName, string value ) : void
propertyName string
value string
Résultat void