C# Class Project.Core.Utils.Extensions.ObjectExtensions

ファイルを表示 Open project: tylermercier/mvc_template

Public Methods

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

Method Details

IsSimpleType() public static method

public static IsSimpleType ( this type ) : bool
type this
return bool

ToExpando() public static method

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

ToXml() public static method

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

ToXml() public static method

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