User Tools

Site Tools


thinkgeo.mapsuite.portablecore.transactionresult

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.portablecore.transactionresult [2015/09/21 08:20]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.TransactionResult ====== 
-This class represents the results of a transaction that was processed. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.TransactionResult** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} TransactionResult() ** 
- 
-This is the class constructor. 
-== Remarks == 
-This is the default constructor and is typically not used. 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TransactionResult(Int32,​Int32,​Dictionary<​String,​String>,​TransactionResultStatus) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​totalSuccessCount//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​totalFailureCount//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​failureReasons//​ 
-    * Type:​Dictionary<​String,​String>​ 
-    * Description:​N/​A 
- 
-  * //​transactionResultStatus//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.TransactionResultStatus|TransactionResultStatus]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} TotalSuccessCount ** 
- 
-This property gets and sets the total number of records that we committed successfully. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} TotalFailureCount ** 
- 
-This property gets and sets the total number of records that we committed unsuccessfully. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} TransactionResultStatus ** 
- 
-This property gets and sets the result status of the transaction. 
-== Remarks == 
-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 Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TransactionResultStatus|TransactionResultStatus]] 
- 
-** {{wiki:​PublicProperty.gif|}} FailureReasons ** 
- 
-This property gets and sets the dictionary that contains the reasons for failure. 
-== Remarks == 
-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 Value == 
-  * Type:​Dictionary<​String,​String>​ 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.portablecore.transactionresult.1442823630.txt.gz ยท Last modified: 2015/09/21 08:20 by admin