C# Class TailBlazer.Domain.Settings.XmlEx

Mostrar archivo Open project: RolandPheasant/TailBlazer

Public Methods

Method Description
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

Method Details

AttributeOrThrow() public static method

public static AttributeOrThrow ( this source, string elementName ) : string
source this
elementName string
return string

ElementOrThrow() public static method

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

ElementOrThrow() public static method

public static ElementOrThrow ( this source, string elementName ) : string
source this
elementName string
return string

OptionalElement() public static method

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

WriteElement() public static method

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