C# Класс MahTweets.Configuration.XDocumentExtension

Показать файл Открыть проект

Открытые методы

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