C# Класс RadioDld.Settings

Наследование: Database
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ResetDownloadCols void
ResetUserSettings void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
ResetDownloadCols ( ) : void
ResetUserSettings ( ) : void

Описание методов

GetValue() защищенный статический Метод

protected static GetValue ( string propertyName, System.DateTime defaultValue ) : System.DateTime
propertyName string
defaultValue System.DateTime
Результат System.DateTime

GetValue() защищенный статический Метод

protected static GetValue ( string propertyName, bool defaultValue ) : bool
propertyName string
defaultValue bool
Результат bool

GetValue() защищенный статический Метод

protected static GetValue ( string propertyName, decimal defaultValue ) : decimal
propertyName string
defaultValue decimal
Результат decimal

GetValue() защищенный статический Метод

protected static GetValue ( string propertyName, int defaultValue ) : int
propertyName string
defaultValue int
Результат int

GetValue() защищенный статический Метод

protected static GetValue ( string propertyName ) : string
propertyName string
Результат string

GetValue() защищенный статический Метод

protected static GetValue ( string propertyName, string defaultValue ) : string
propertyName string
defaultValue string
Результат string

SetValue() защищенный статический Метод

protected static SetValue ( string propertyName, System.DateTime value ) : void
propertyName string
value System.DateTime
Результат void

SetValue() защищенный статический Метод

protected static SetValue ( string propertyName, bool value ) : void
propertyName string
value bool
Результат void

SetValue() защищенный статический Метод

protected static SetValue ( string propertyName, decimal value ) : void
propertyName string
value decimal
Результат void

SetValue() защищенный статический Метод

protected static SetValue ( string propertyName, int value ) : void
propertyName string
value int
Результат void

SetValue() защищенный статический Метод

protected static SetValue ( string propertyName, string value ) : void
propertyName string
value string
Результат void