C# 클래스 RadioDld.Settings

상속: Database
파일 보기 프로젝트 열기: ribbons/RadioDownloader

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