C# 클래스 Project.Core.Utils.Extensions.ObjectExtensions

파일 보기 프로젝트 열기: tylermercier/mvc_template

공개 메소드들

메소드 설명
IsSimpleType ( this type ) : bool
ToExpando ( this anonymousObject ) : System.Dynamic.ExpandoObject
ToXml ( this input ) : System.Xml.Linq.XElement
ToXml ( this input, string element ) : System.Xml.Linq.XElement

메소드 상세

IsSimpleType() 공개 정적인 메소드

public static IsSimpleType ( this type ) : bool
type this
리턴 bool

ToExpando() 공개 정적인 메소드

public static ToExpando ( this anonymousObject ) : System.Dynamic.ExpandoObject
anonymousObject this
리턴 System.Dynamic.ExpandoObject

ToXml() 공개 정적인 메소드

public static ToXml ( this input ) : System.Xml.Linq.XElement
input this
리턴 System.Xml.Linq.XElement

ToXml() 공개 정적인 메소드

public static ToXml ( this input, string element ) : System.Xml.Linq.XElement
input this
element string
리턴 System.Xml.Linq.XElement