C# 클래스 Marten.Util.ReflectionExtensions

파일 보기 프로젝트 열기: JasperFx/marten

공개 메소드들

메소드 설명
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

메소드 상세

GetMemberType() 공개 정적인 메소드

public static GetMemberType ( this member ) : Type
member this
리턴 System.Type

GetPrettyName() 공개 정적인 메소드

public static GetPrettyName ( this t ) : string
t this
리턴 string

GetTypeFullName() 공개 정적인 메소드

public static GetTypeFullName ( this type ) : string
type this
리턴 string

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( this type ) : string
type this
리턴 string

IsAnonymousType() 공개 정적인 메소드

public static IsAnonymousType ( this instance ) : bool
instance this
리턴 bool

IsGenericDictionary() 공개 정적인 메소드

public static IsGenericDictionary ( this type ) : bool
type this
리턴 bool

ToTableAlias() 공개 정적인 메소드

public static ToTableAlias ( this members ) : string
members this
리턴 string