C# Class DevExtreme.AspNet.Data.TypeInfo

ファイルを表示 Open project: DevExpress/DevExtreme.AspNet.Data

Public Methods

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

Method Details

GetDeclaredField() public method

public GetDeclaredField ( String name ) : FieldInfo
name String
return System.Reflection.FieldInfo

GetDeclaredProperty() public method

public GetDeclaredProperty ( string name ) : PropertyInfo
name string
return System.Reflection.PropertyInfo

GetGenericTypeDefinition() public method

public GetGenericTypeDefinition ( ) : Type
return System.Type

TypeInfo() public method

public TypeInfo ( Type type ) : System
type System.Type
return System