Method | Description | |
---|---|---|
ElasticFromXElement ( System.Xml.Linq.XElement el ) : |
Build an expando from an XElement
|
|
ToElastic ( this e ) : dynamic |
Converts an XElement to the expando
|
|
ToXElement ( this e ) : System.Xml.Linq.XElement |
Converts an expando to XElement
|
|
XElementFromElastic ( |
Returns an XElement from an ElasticObject
|
public static ElasticFromXElement ( System.Xml.Linq.XElement el ) : |
||
el | System.Xml.Linq.XElement | |
return |
public static ToXElement ( this e ) : System.Xml.Linq.XElement | ||
e | this | |
return | System.Xml.Linq.XElement |
public static XElementFromElastic ( |
||
elastic | ||
nameSpace | System.Xml.Linq.XNamespace | |
return | System.Xml.Linq.XElement |