C# Класс ServiceStack.OrmLite.Dapper.TypeExtensions

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

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

Метод Описание
GetCustomAttributes ( this type, bool inherit ) : IEnumerable
GetPublicInstanceMethod ( this type, string name, Type types ) : MethodInfo
GetTypeCode ( Type type ) : TypeCode
GetTypeFromTypeCode ( this typeCode ) : Type
IsEnum ( this type ) : bool
IsGenericType ( this type ) : bool
IsInterface ( this type ) : bool
IsPrimitive ( this type ) : bool
IsValueType ( this type ) : bool
Name ( this type ) : string
UnderlyingSystemType ( this type ) : Type

Описание методов

GetCustomAttributes() публичный статический Метод

public static GetCustomAttributes ( this type, bool inherit ) : IEnumerable
type this
inherit bool
Результат IEnumerable

GetPublicInstanceMethod() публичный статический Метод

public static GetPublicInstanceMethod ( this type, string name, Type types ) : MethodInfo
type this
name string
types System.Type
Результат System.Reflection.MethodInfo

GetTypeCode() публичный статический Метод

public static GetTypeCode ( Type type ) : TypeCode
type System.Type
Результат TypeCode

GetTypeFromTypeCode() публичный статический Метод

public static GetTypeFromTypeCode ( this typeCode ) : Type
typeCode this
Результат System.Type

IsEnum() публичный статический Метод

public static IsEnum ( this type ) : bool
type this
Результат bool

IsGenericType() публичный статический Метод

public static IsGenericType ( this type ) : bool
type this
Результат bool

IsInterface() публичный статический Метод

public static IsInterface ( this type ) : bool
type this
Результат bool

IsPrimitive() публичный статический Метод

public static IsPrimitive ( this type ) : bool
type this
Результат bool

IsValueType() публичный статический Метод

public static IsValueType ( this type ) : bool
type this
Результат bool

Name() публичный статический Метод

public static Name ( this type ) : string
type this
Результат string

UnderlyingSystemType() публичный статический Метод

public static UnderlyingSystemType ( this type ) : Type
type this
Результат System.Type