C# 클래스 TailBlazer.Domain.Settings.XmlEx

파일 보기 프로젝트 열기: RolandPheasant/TailBlazer

공개 메소드들

메소드 설명
AttributeOrThrow ( this source, string elementName ) : string
ElementOrThrow ( this source, string elementName ) : System.Xml.Linq.XElement
ElementOrThrow ( this source, string elementName ) : string
OptionalElement ( this source, string elementName ) : Optional
WriteElement ( this source, string elementName ) : IDisposable

메소드 상세

AttributeOrThrow() 공개 정적인 메소드

public static AttributeOrThrow ( this source, string elementName ) : string
source this
elementName string
리턴 string

ElementOrThrow() 공개 정적인 메소드

public static ElementOrThrow ( this source, string elementName ) : System.Xml.Linq.XElement
source this
elementName string
리턴 System.Xml.Linq.XElement

ElementOrThrow() 공개 정적인 메소드

public static ElementOrThrow ( this source, string elementName ) : string
source this
elementName string
리턴 string

OptionalElement() 공개 정적인 메소드

public static OptionalElement ( this source, string elementName ) : Optional
source this
elementName string
리턴 Optional

WriteElement() 공개 정적인 메소드

public static WriteElement ( this source, string elementName ) : IDisposable
source this
elementName string
리턴 IDisposable