C# Класс WebDav.LinqToXmlExtentions

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

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

Метод Описание
GetInnerXml ( this element ) : string
GetValueOrNull ( this element ) : string
LocalNameElement ( this parent, string localName ) : System.Xml.Linq.XElement
LocalNameElement ( this parent, string localName, System.StringComparison comparisonType ) : System.Xml.Linq.XElement
LocalNameElements ( this parent, string localName ) : IEnumerable
LocalNameElements ( this parent, string localName, System.StringComparison comparisonType ) : IEnumerable
SetInnerXml ( this element, string innerXml ) : void
ToStringWithDeclaration ( this doc ) : string

Описание методов

GetInnerXml() публичный статический Метод

public static GetInnerXml ( this element ) : string
element this
Результат string

GetValueOrNull() публичный статический Метод

public static GetValueOrNull ( this element ) : string
element this
Результат string

LocalNameElement() публичный статический Метод

public static LocalNameElement ( this parent, string localName ) : System.Xml.Linq.XElement
parent this
localName string
Результат System.Xml.Linq.XElement

LocalNameElement() публичный статический Метод

public static LocalNameElement ( this parent, string localName, System.StringComparison comparisonType ) : System.Xml.Linq.XElement
parent this
localName string
comparisonType System.StringComparison
Результат System.Xml.Linq.XElement

LocalNameElements() публичный статический Метод

public static LocalNameElements ( this parent, string localName ) : IEnumerable
parent this
localName string
Результат IEnumerable

LocalNameElements() публичный статический Метод

public static LocalNameElements ( this parent, string localName, System.StringComparison comparisonType ) : IEnumerable
parent this
localName string
comparisonType System.StringComparison
Результат IEnumerable

SetInnerXml() публичный статический Метод

public static SetInnerXml ( this element, string innerXml ) : void
element this
innerXml string
Результат void

ToStringWithDeclaration() публичный статический Метод

public static ToStringWithDeclaration ( this doc ) : string
doc this
Результат string