C# Class Realms.RealmObjectTypeInfo

Inheritance: System.Reflection.TypeDelegator
Exibir arquivo Open project: realm/realm-dotnet Class Usage Examples

Public Methods

Method Description
FromType ( Type type ) : TypeInfo
GetDeclaredProperty ( string name ) : PropertyInfo

Private Methods

Method Description
RealmObjectTypeInfo ( Type type ) : System

Method Details

FromType() public static method

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

GetDeclaredProperty() public method

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