C# Class MahTweets.Configuration.XDocumentExtension

Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

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

Method Details

GetElement() public static méthode

public static GetElement ( this doc, string index ) : System.Xml.Linq.XElement
doc this
index string
Résultat System.Xml.Linq.XElement

GetValue() public static méthode

public static GetValue ( this doc, string index ) : string
doc this
index string
Résultat string

GetValueBool() public static méthode

public static GetValueBool ( this doc, string index ) : bool
doc this
index string
Résultat bool

GetValueDouble() public static méthode

public static GetValueDouble ( this doc, string index ) : double
doc this
index string
Résultat double

GetValueInt() public static méthode

public static GetValueInt ( this doc, string index ) : int
doc this
index string
Résultat int

SetValue() public static méthode

public static SetValue ( this doc, string index, object value ) : void
doc this
index string
value object
Résultat void