C# Класс Project.Core.Utils.Extensions.ObjectExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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