C# Class Gammtek.Conduit.Dynamic.DynamicExtensions

Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

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

Method Details

ElasticFromXElement() public static method

public static ElasticFromXElement ( System.Xml.Linq.XElement el ) : ElasticObject
el System.Xml.Linq.XElement
return ElasticObject

ToElastic() public static method

public static ToElastic ( this e ) : dynamic
e this
return dynamic

ToXElement() public static method

public static ToXElement ( this e ) : System.Xml.Linq.XElement
e this
return System.Xml.Linq.XElement

XElementFromElastic() public static method

public static XElementFromElastic ( ElasticObject elastic, System.Xml.Linq.XNamespace nameSpace = null ) : System.Xml.Linq.XElement
elastic ElasticObject
nameSpace System.Xml.Linq.XNamespace
return System.Xml.Linq.XElement