Show / Hide Table of Contents

    Struct ChangeSet.Move

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

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace:Realms
    Assembly:Realm.dll
    Syntax
    public struct Move

    Properties

    | Improve this Doc View Source

    From

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

    Declaration
    public int From { get; }
    Property Value
    Type Description
    Int32

    The source index of the object.

    | Improve this Doc View Source

    To

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

    Declaration
    public int To { get; }
    Property Value
    Type Description
    Int32

    The destination index of the object.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX