Realm Xamarin  v0.81.0
Realm for Xamarin
Properties | List of all members
Realms.ChangeSet.Move Struct Reference

A Move contains information about objects that moved within the same IRealmCollection<T>. More...

Properties

int From [get]
 Gets the index in the old version of the IRealmCollection<T> from which the object has moved. More...
 
int To [get]
 Gets the index in the new version of the IRealmCollection<T> to which the object has moved. More...
 

Detailed Description

A Move contains information about objects that moved within the same IRealmCollection<T>.

Property Documentation

§ From

int Realms.ChangeSet.Move.From
get

Gets the index in the old version of the IRealmCollection<T> from which the object has moved.

§ To

int Realms.ChangeSet.Move.To
get

Gets the index in the new version of the IRealmCollection<T> to which the object has moved.