C# Class Marten.Util.ReflectionExtensions

显示文件 Open project: JasperFx/marten

Public Methods

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

public static GetMemberType ( this member ) : Type
member this
return System.Type

GetPrettyName() public static method

public static GetPrettyName ( this t ) : string
t this
return string

GetTypeFullName() public static method

public static GetTypeFullName ( this type ) : string
type this
return string

GetTypeName() public static method

public static GetTypeName ( this type ) : string
type this
return string

IsAnonymousType() public static method

public static IsAnonymousType ( this instance ) : bool
instance this
return bool

IsGenericDictionary() public static method

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

ToTableAlias() public static method

public static ToTableAlias ( this members ) : string
members this
return string