EditResultBase Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the base for editing results.
Inheritance Hierarchy

SystemObject
  PreStormEditResultBase
    PreStormDeleteResult
    PreStormInsertResultT
    PreStormUpdateResult

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public abstract class EditResultBase

The EditResultBase type exposes the following members.

Constructors

  NameDescription
Protected methodEditResultBase
Initializes a new instance of the EditResultBase class.
Top
Properties

  NameDescription
Public propertyRestException
Any exception thrown while processing the request.
Public propertySuccess
Indicates if the request has been successful.
Top
See Also

Reference