C# Class Amanda.Client.Extensions

A collection of extensions methods used in the BuisnesLogic namespace
Afficher le fichier Open project: MichaelAz/Amanda

Méthodes publiques

Méthode Description
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

Method Details

Default() public static méthode

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
Résultat dynamic

IsBasic() public static méthode

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
Résultat bool

ToExpando() public static méthode

public static ToExpando ( object>.this dict ) : System.Dynamic.ExpandoObject
dict object>.this
Résultat System.Dynamic.ExpandoObject