C# Class ServiceStack.OrmLite.Dapper.TypeExtensions

ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Public Methods

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

Method Details

GetCustomAttributes() public static method

public static GetCustomAttributes ( this type, bool inherit ) : IEnumerable
type this
inherit bool
return IEnumerable

GetPublicInstanceMethod() public static method

public static GetPublicInstanceMethod ( this type, string name, Type types ) : MethodInfo
type this
name string
types System.Type
return System.Reflection.MethodInfo

GetTypeCode() public static method

public static GetTypeCode ( Type type ) : TypeCode
type System.Type
return TypeCode

GetTypeFromTypeCode() public static method

public static GetTypeFromTypeCode ( this typeCode ) : Type
typeCode this
return System.Type

IsEnum() public static method

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

IsGenericType() public static method

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

IsInterface() public static method

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

IsPrimitive() public static method

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

IsValueType() public static method

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

Name() public static method

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

UnderlyingSystemType() public static method

public static UnderlyingSystemType ( this type ) : Type
type this
return System.Type