C# Класс Marten.Util.ReflectionExtensions

Показать файл Открыть проект

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

Метод Описание
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