C# 클래스 DataServer.XElementExt

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
GetBool ( this element, string name, bool defaultValue = false ) : bool
GetColor ( this element, string name ) : Color
GetColor ( this element, string name, Color defaultColor ) : Color
GetColor ( this element, string name, string defaultColor ) : Color
GetDate ( this element, string name, System.DateTime defaultValue ) : System.DateTime
GetDouble ( this element, string name ) : Double
GetDouble ( this element, string name, double defaultValue ) : Double
GetGuid ( this element, string name ) : System.Guid
GetInt ( this element, string name, int defaultValue ) : int
GetLong ( this element, string name, long defaultValue ) : long
GetNullBool ( this element, string name ) : bool?
GetNullColor ( this element, string name ) : Color?
GetNullDouble ( this element, string name ) : Double?
GetNullInt ( this element, string name ) : int?
GetString ( this element, string name ) : string
GetString ( this element, string name, string defaultValue ) : string
GetUri ( this element, string name ) : Uri

메소드 상세

GetBool() 공개 정적인 메소드

public static GetBool ( this element, string name, bool defaultValue = false ) : bool
element this
name string
defaultValue bool
리턴 bool

GetColor() 공개 정적인 메소드

public static GetColor ( this element, string name ) : Color
element this
name string
리턴 Color

GetColor() 공개 정적인 메소드

public static GetColor ( this element, string name, Color defaultColor ) : Color
element this
name string
defaultColor Color
리턴 Color

GetColor() 공개 정적인 메소드

public static GetColor ( this element, string name, string defaultColor ) : Color
element this
name string
defaultColor string
리턴 Color

GetDate() 공개 정적인 메소드

public static GetDate ( this element, string name, System.DateTime defaultValue ) : System.DateTime
element this
name string
defaultValue System.DateTime
리턴 System.DateTime

GetDouble() 공개 정적인 메소드

public static GetDouble ( this element, string name ) : Double
element this
name string
리턴 Double

GetDouble() 공개 정적인 메소드

public static GetDouble ( this element, string name, double defaultValue ) : Double
element this
name string
defaultValue double
리턴 Double

GetGuid() 공개 정적인 메소드

public static GetGuid ( this element, string name ) : System.Guid
element this
name string
리턴 System.Guid

GetInt() 공개 정적인 메소드

public static GetInt ( this element, string name, int defaultValue ) : int
element this
name string
defaultValue int
리턴 int

GetLong() 공개 정적인 메소드

public static GetLong ( this element, string name, long defaultValue ) : long
element this
name string
defaultValue long
리턴 long

GetNullBool() 공개 정적인 메소드

public static GetNullBool ( this element, string name ) : bool?
element this
name string
리턴 bool?

GetNullColor() 공개 정적인 메소드

public static GetNullColor ( this element, string name ) : Color?
element this
name string
리턴 Color?

GetNullDouble() 공개 정적인 메소드

public static GetNullDouble ( this element, string name ) : Double?
element this
name string
리턴 Double?

GetNullInt() 공개 정적인 메소드

public static GetNullInt ( this element, string name ) : int?
element this
name string
리턴 int?

GetString() 공개 정적인 메소드

public static GetString ( this element, string name ) : string
element this
name string
리턴 string

GetString() 공개 정적인 메소드

public static GetString ( this element, string name, string defaultValue ) : string
element this
name string
defaultValue string
리턴 string

GetUri() 공개 정적인 메소드

public static GetUri ( this element, string name ) : Uri
element this
name string
리턴 System.Uri