Show / Hide Table of Contents

    Interface IChangeSetDetails

    An object containing information about the insertions, deletions, and modifications performed on a single collection of a certain object type.

    Namespace: Realms.Server
    Assembly: Realm.dll
    Syntax
    public interface IChangeSetDetails

    Properties

    | Improve this Doc View Source

    Deletions

    Gets a collection of IModificationDetails instances, describing the objects that have been deleted from the collection.

    Declaration
    IModificationDetails[] Deletions { get; }
    Property Value
    Type Description
    IModificationDetails[]

    An array of deletions.

    | Improve this Doc View Source

    Insertions

    Gets a collection of IModificationDetails instances, describing the objects that have been inserted to the collection.

    Declaration
    IModificationDetails[] Insertions { get; }
    Property Value
    Type Description
    IModificationDetails[]

    An array of insertions.

    | Improve this Doc View Source

    Modifications

    Gets a collection of IModificationDetails instances, describing the objects that have been modified in the collection.

    Declaration
    IModificationDetails[] Modifications { get; }
    Property Value
    Type Description
    IModificationDetails[]

    An array of modifications.

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