A ChangeSet describes the changes inside a IRealmCollection<T> since the last time the notification callback was invoked.
More...
A ChangeSet describes the changes inside a IRealmCollection<T> since the last time the notification callback was invoked.
§ DeletedIndices
| int [] Realms.ChangeSet.DeletedIndices |
|
get |
Gets the indices of objects in the previous version of the IRealmCollection<T> which have been removed from this one.
§ InsertedIndices
| int [] Realms.ChangeSet.InsertedIndices |
|
get |
§ ModifiedIndices
| int [] Realms.ChangeSet.ModifiedIndices |
|
get |
Gets the indices in the new version of the IRealmCollection<T> which were modified. This means that the property of an object at that index was modified or the property of another object it's related to.
§ Moves
| Move [] Realms.ChangeSet.Moves |
|
get |
Gets the rows in the collection which moved.
Every From index will be present in DeletedIndices and every To index will be present in InsertedIndices.