Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class represents the results of a transaction that was processed.
This class holds the results of a transaction. It can tell the users the number of succeeded record and the number of failed records. It also has a dictionary that holds the individual reasons that certain records fails by FeatureId. If you are implementing this class it is important that you provide as much information about the transaction results to your users.
*System.Object **ThinkGeo.MapSuite.PortableCore.TransactionResult
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the class constructor. | ||
![]() | Int32, Int32, Dictionary<String, String>, TransactionResultStatus | This is the class constructor. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Dictionary<String,String> | This property gets and sets the dictionary that contains the reasons for failure. | |
![]() | Int32 | This property gets and sets the total number of records that we committed unsuccessfully. | |
![]() | Int32 | This property gets and sets the total number of records that we committed successfully. | |
![]() | TransactionResultStatus | This property gets and sets the result status of the transaction. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the class constructor.
This is the default constructor and is typically not used.
This is the default constructor and is typically not used.
Name | Type | Description |
---|
This is the class constructor.
This is the constructor for this class allows you pass in the necessary properties in the class.
Name | Type | Description |
---|---|---|
totalSuccessCount | Int32<!– System.Int32 –> | |
totalFailureCount | Int32<!– System.Int32 –> | |
failureReasons | Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –> | |
transactionResultStatus | TransactionResultStatus<!– ThinkGeo.MapSuite.PortableCore.TransactionResultStatus –> |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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><!– System.Collections.Generic.Dictionary{System.String,System.String} –> |
<!– ThinkGeo.MapSuite.PortableCore.TransactionResult –> Go Back
This property gets and sets the total number of records that we committed unsuccessfully.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.PortableCore.TransactionResult –> Go Back
This property gets and sets the total number of records that we committed successfully.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.PortableCore.TransactionResult –> Go Back
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<!– ThinkGeo.MapSuite.PortableCore.TransactionResultStatus –> |
<!– ThinkGeo.MapSuite.PortableCore.TransactionResult –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.