C# Класс Amanda.Client.Extensions

A collection of extensions methods used in the BuisnesLogic namespace
Показать файл Открыть проект

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

Метод Описание
Default ( this t ) : dynamic

Returns the default value for a type, much like the default keyword

IsBasic ( this t ) : bool

Checks whether a type is a "basic" type as per the C# specification or a nullable version thereof

ToExpando ( object>.this dict ) : System.Dynamic.ExpandoObject

Описание методов

Default() публичный статический Метод

Returns the default value for a type, much like the default keyword
public static Default ( this t ) : dynamic
t this The type to get a default value for
Результат dynamic

IsBasic() публичный статический Метод

Checks whether a type is a "basic" type as per the C# specification or a nullable version thereof
public static IsBasic ( this t ) : bool
t this The type to check
Результат bool

ToExpando() публичный статический Метод

public static ToExpando ( object>.this dict ) : System.Dynamic.ExpandoObject
dict object>.this
Результат System.Dynamic.ExpandoObject