C# 클래스 Realms.RealmObjectTypeInfo

상속: System.Reflection.TypeDelegator
파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
FromType ( Type type ) : TypeInfo
GetDeclaredProperty ( string name ) : PropertyInfo

비공개 메소드들

메소드 설명
RealmObjectTypeInfo ( Type type ) : System

메소드 상세

FromType() 공개 정적인 메소드

public static FromType ( Type type ) : TypeInfo
type System.Type
리턴 System.Reflection.TypeInfo

GetDeclaredProperty() 공개 메소드

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