InsertResultT Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the result of an insert operation.
Inheritance Hierarchy

SystemObject
  PreStormEditResultBase
    PreStormInsertResultT

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

public class InsertResult<T> : EditResultBase

Type Parameters

T

The InsertResultT type exposes the following members.

Constructors

  NameDescription
Public methodInsertResultT
Initializes a new instance of the InsertResult class.
Top
Properties

  NameDescription
Public propertyInsertedFeature
The inserted feature. In case of an error, returns null.
Public propertyInsertedFeatures
The inserted features. In case of an error, returns an empty array.
Public propertyRestException
Any exception thrown while processing the request.
(Inherited from EditResultBase.)
Public propertySuccess
Indicates if the request has been successful.
(Inherited from EditResultBase.)
Top
See Also

Reference