C# 클래스 Gammtek.Conduit.Dynamic.DynamicExtensions

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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