Show / Hide Table of Contents

    Interface IModificationDetails

    An object that contains information about the change that occurred on a single object.

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

    Properties

    | Improve this Doc View Source

    ChangedProperties

    Gets the names of the properties that were changed.

    Declaration
    ISet<string> ChangedProperties { get; }
    Property Value
    Type Description
    ISet<String>
    | Improve this Doc View Source

    CurrentObject

    Gets the object as it is after the change.

    Declaration
    dynamic CurrentObject { get; }
    Property Value
    Type Description
    Object

    A RealmObject instance.

    | Improve this Doc View Source

    PreviousObject

    Gets the object as it was before the change.

    Declaration
    dynamic PreviousObject { get; }
    Property Value
    Type Description
    Object

    A RealmObject instance.

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