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 class constructor.
This is the default constructor and is typically not used.
N/A
N/A
totalSuccessCount
failureReasons
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
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.
Return Type:Dictionary<String,String>
This property gets and sets the total number of records that we committed unsuccessfully.
None
Return Type:Int32
This property gets and sets the total number of records that we committed successfully.
None
Return Type:Int32
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.
Return Type:TransactionResultStatus