DynamicMutableRealmObject
A dynamic mutable realm object gives access and possibility to update the data of the realm objects through a generic string based API instead of the conventional Realm API that only allows access and updates 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 value of a specific nullable value property.
Returns the dictionary of nullable elements referenced by the property name as a RealmDictionary.
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 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.
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.
Returns whether the object is frozen or not.
Returns whether or not this object is managed by Realm.
Returns true if this object is still valid to use, i.e. the Realm is open and the underlying object has not been deleted. Unmanaged objects are always valid.
Returns the Realm version of this object. This version number is tied to the transaction the object was read from.