EditResult QML Type

  • Esri.ArcGISRuntime
  • EditResult
  • The result of an edit operation, such as add, delete, or update. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Object

    Inherited By:

    FeatureEditResult

    Properties

    Detailed Description

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only] completedWithErrors : bool

    Returns whether there are any errors associated with the edit operation, including its attachments (read-only).


    [read-only] editOperation : Enums.EditOperation

    Returns the type of edit operation (read-only).

    See also Enums.EditOperation.


    [read-only] editResultType : Enums.EditResultType

    Returns the type of edit result (read-only).

    See also Enums.EditResultType.


    [read-only] error : Error

    Returns the last error, if any (read-only).


    [read-only] globalId : string

    Returns the global ID of the Feature (read-only).


    [read-only] objectId : string

    Returns the object ID (read-only).

    Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

    See also objectIdAsInt.


    [read-only, since Esri.ArcGISRuntime 100.3] objectIdAsInt : int

    The same as objectId but represented as an integer type (read-only).

    Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

    This property was introduced in Esri.ArcGISRuntime 100.3.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.