C# Class WebDav.LinqToXmlExtentions

Afficher le fichier Open project: skazantsev/WebDavClient

Méthodes publiques

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

Method Details

GetInnerXml() public static méthode

public static GetInnerXml ( this element ) : string
element this
Résultat string

GetValueOrNull() public static méthode

public static GetValueOrNull ( this element ) : string
element this
Résultat string

LocalNameElement() public static méthode

public static LocalNameElement ( this parent, string localName ) : System.Xml.Linq.XElement
parent this
localName string
Résultat System.Xml.Linq.XElement

LocalNameElement() public static méthode

public static LocalNameElement ( this parent, string localName, System.StringComparison comparisonType ) : System.Xml.Linq.XElement
parent this
localName string
comparisonType System.StringComparison
Résultat System.Xml.Linq.XElement

LocalNameElements() public static méthode

public static LocalNameElements ( this parent, string localName ) : IEnumerable
parent this
localName string
Résultat IEnumerable

LocalNameElements() public static méthode

public static LocalNameElements ( this parent, string localName, System.StringComparison comparisonType ) : IEnumerable
parent this
localName string
comparisonType System.StringComparison
Résultat IEnumerable

SetInnerXml() public static méthode

public static SetInnerXml ( this element, string innerXml ) : void
element this
innerXml string
Résultat void

ToStringWithDeclaration() public static méthode

public static ToStringWithDeclaration ( this doc ) : string
doc this
Résultat string