ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents the results of a transaction that was processed.
This is the default constructor and is typically not used.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This property gets and sets the total number of records that we committed successfully.
None
This property gets and sets the total number of records that we committed unsuccessfully.
None
This property gets and sets the result status of the transaction.
This property returns the results of the transaction. If all of the records committed fine then you get a success status. If any of the records fail then you get a failure status though some of the records may have committed.
This property gets and sets the dictionary that contains the reasons for failure.
If there are failing records we suggest you add the failure reasons to this dictionary. It is also suggested that you use the FeatureId as the key of the Dictionary.