Dynamic Realm Object
A dynamic realm object gives access to the data of the realm objects through a generic string based API instead of the conventional Realm API that only allows access through the properties of the corresponding schema classes supplied in the configuration.
Functions
Returns a backlinks collection referenced by the property name as a RealmResults.
Returns the dictionary of nullable elements referenced by the property name as a RealmDictionary.
Returns the value of an object property.
Returns the dictionary of objects referenced by the property name as a RealmDictionary.
Returns the list of objects referenced by the property name as a RealmList.
Returns the set of objects referenced by the property name as a RealmSet.
Returns the dictionary of non-nullable value elements referenced by the property name as a RealmDictionary.
Properties
Inheritors
Extensions
Returns the value of a specific nullable value property.
Returns the set of nullable elements referenced by the property name as a RealmDictionary.
Returns the list of nullable elements referenced by the property name as a RealmList.
Returns the set of nullable elements referenced by the property name as a RealmSet.
Returns the set referenced by the property name as a RealmDictionary.
Returns the list referenced by the property name as a RealmList.
Returns the set referenced by the property name as a RealmSet.