C# Class DevExtreme.AspNet.Data.TypeInfo

Afficher le fichier Open project: DevExpress/DevExtreme.AspNet.Data

Méthodes publiques

Méthode Description
GetDeclaredField ( String name ) : FieldInfo
GetDeclaredProperty ( string name ) : PropertyInfo
GetGenericTypeDefinition ( ) : Type
TypeInfo ( Type type ) : System

Method Details

GetDeclaredField() public méthode

public GetDeclaredField ( String name ) : FieldInfo
name String
Résultat System.Reflection.FieldInfo

GetDeclaredProperty() public méthode

public GetDeclaredProperty ( string name ) : PropertyInfo
name string
Résultat System.Reflection.PropertyInfo

GetGenericTypeDefinition() public méthode

public GetGenericTypeDefinition ( ) : Type
Résultat System.Type

TypeInfo() public méthode

public TypeInfo ( Type type ) : System
type System.Type
Résultat System