C# 클래스 MahTweets.Configuration.XDocumentExtension

파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
GetElement ( this doc, string index ) : System.Xml.Linq.XElement
GetValue ( this doc, string index ) : string
GetValueBool ( this doc, string index ) : bool
GetValueDouble ( this doc, string index ) : double
GetValueInt ( this doc, string index ) : int
SetValue ( this doc, string index, object value ) : void

메소드 상세

GetElement() 공개 정적인 메소드

public static GetElement ( this doc, string index ) : System.Xml.Linq.XElement
doc this
index string
리턴 System.Xml.Linq.XElement

GetValue() 공개 정적인 메소드

public static GetValue ( this doc, string index ) : string
doc this
index string
리턴 string

GetValueBool() 공개 정적인 메소드

public static GetValueBool ( this doc, string index ) : bool
doc this
index string
리턴 bool

GetValueDouble() 공개 정적인 메소드

public static GetValueDouble ( this doc, string index ) : double
doc this
index string
리턴 double

GetValueInt() 공개 정적인 메소드

public static GetValueInt ( this doc, string index ) : int
doc this
index string
리턴 int

SetValue() 공개 정적인 메소드

public static SetValue ( this doc, string index, object value ) : void
doc this
index string
value object
리턴 void