C# Class Marten.Util.ReflectionExtensions

Afficher le fichier Open project: JasperFx/marten

Méthodes publiques

Méthode Description
GetMemberType ( this member ) : Type
GetPrettyName ( this t ) : string
GetTypeFullName ( this type ) : string
GetTypeName ( this type ) : string
IsAnonymousType ( this instance ) : bool
IsGenericDictionary ( this type ) : bool
ToTableAlias ( this members ) : string

Method Details

GetMemberType() public static méthode

public static GetMemberType ( this member ) : Type
member this
Résultat System.Type

GetPrettyName() public static méthode

public static GetPrettyName ( this t ) : string
t this
Résultat string

GetTypeFullName() public static méthode

public static GetTypeFullName ( this type ) : string
type this
Résultat string

GetTypeName() public static méthode

public static GetTypeName ( this type ) : string
type this
Résultat string

IsAnonymousType() public static méthode

public static IsAnonymousType ( this instance ) : bool
instance this
Résultat bool

IsGenericDictionary() public static méthode

public static IsGenericDictionary ( this type ) : bool
type this
Résultat bool

ToTableAlias() public static méthode

public static ToTableAlias ( this members ) : string
members this
Résultat string