C# Класс TailBlazer.Domain.Settings.XmlEx

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

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

Метод Описание
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