C# Класс Gammtek.Conduit.Dynamic.DynamicExtensions

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

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

Метод Описание
ElasticFromXElement ( System.Xml.Linq.XElement el ) : ElasticObject
ToElastic ( this e ) : dynamic
ToXElement ( this e ) : System.Xml.Linq.XElement
XElementFromElastic ( ElasticObject elastic, System.Xml.Linq.XNamespace nameSpace = null ) : System.Xml.Linq.XElement

Описание методов

ElasticFromXElement() публичный статический Метод

public static ElasticFromXElement ( System.Xml.Linq.XElement el ) : ElasticObject
el System.Xml.Linq.XElement
Результат ElasticObject

ToElastic() публичный статический Метод

public static ToElastic ( this e ) : dynamic
e this
Результат dynamic

ToXElement() публичный статический Метод

public static ToXElement ( this e ) : System.Xml.Linq.XElement
e this
Результат System.Xml.Linq.XElement

XElementFromElastic() публичный статический Метод

public static XElementFromElastic ( ElasticObject elastic, System.Xml.Linq.XNamespace nameSpace = null ) : System.Xml.Linq.XElement
elastic ElasticObject
nameSpace System.Xml.Linq.XNamespace
Результат System.Xml.Linq.XElement