C# Class ServiceStack.OrmLite.Dapper.TypeExtensions

Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Méthodes publiques

Méthode 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 méthode

public static GetCustomAttributes ( this type, bool inherit ) : IEnumerable
type this
inherit bool
Résultat IEnumerable

GetPublicInstanceMethod() public static méthode

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

GetTypeCode() public static méthode

public static GetTypeCode ( Type type ) : TypeCode
type System.Type
Résultat TypeCode

GetTypeFromTypeCode() public static méthode

public static GetTypeFromTypeCode ( this typeCode ) : Type
typeCode this
Résultat System.Type

IsEnum() public static méthode

public static IsEnum ( this type ) : bool
type this
Résultat bool

IsGenericType() public static méthode

public static IsGenericType ( this type ) : bool
type this
Résultat bool

IsInterface() public static méthode

public static IsInterface ( this type ) : bool
type this
Résultat bool

IsPrimitive() public static méthode

public static IsPrimitive ( this type ) : bool
type this
Résultat bool

IsValueType() public static méthode

public static IsValueType ( this type ) : bool
type this
Résultat bool

Name() public static méthode

public static Name ( this type ) : string
type this
Résultat string

UnderlyingSystemType() public static méthode

public static UnderlyingSystemType ( this type ) : Type
type this
Résultat System.Type