Represents the result of an insert operation.
Inheritance Hierarchy
PreStormEditResultBase
PreStormInsertResultT
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
Type Parameters
- T
The InsertResultT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InsertResultT |
Initializes a new instance of the InsertResult class.
|
Properties
Name | Description | |
---|---|---|
InsertedFeature |
The inserted feature. In case of an error, returns null.
| |
InsertedFeatures |
The inserted features. In case of an error, returns an empty array.
| |
RestException |
Any exception thrown while processing the request.
(Inherited from EditResultBase.) | |
Success |
Indicates if the request has been successful.
(Inherited from EditResultBase.) |
See Also