C# 클래스 DevExtreme.AspNet.Data.TypeInfo

파일 보기 프로젝트 열기: DevExpress/DevExtreme.AspNet.Data

공개 메소드들

메소드 설명
GetDeclaredField ( String name ) : FieldInfo
GetDeclaredProperty ( string name ) : PropertyInfo
GetGenericTypeDefinition ( ) : Type
TypeInfo ( Type type ) : System

메소드 상세

GetDeclaredField() 공개 메소드

public GetDeclaredField ( String name ) : FieldInfo
name String
리턴 System.Reflection.FieldInfo

GetDeclaredProperty() 공개 메소드

public GetDeclaredProperty ( string name ) : PropertyInfo
name string
리턴 System.Reflection.PropertyInfo

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : Type
리턴 System.Type

TypeInfo() 공개 메소드

public TypeInfo ( Type type ) : System
type System.Type
리턴 System