C# Class Realms.RealmObjectTypeInfo

Inheritance: System.Reflection.TypeDelegator
Afficher le fichier Open project: realm/realm-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
FromType ( Type type ) : TypeInfo
GetDeclaredProperty ( string name ) : PropertyInfo

Private Methods

Méthode Description
RealmObjectTypeInfo ( Type type ) : System

Method Details

FromType() public static méthode

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

GetDeclaredProperty() public méthode

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