C# 클래스 WebDav.LinqToXmlExtentions

파일 보기 프로젝트 열기: skazantsev/WebDavClient

공개 메소드들

메소드 설명
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