====== ThinkGeo.MapSuite.Layers.TransactionResult ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Layers.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 ==
** {{wiki:PublicMethod.gif|}} TransactionResult(Int32,Int32,Dictionary,TransactionResultStatus) ** * //N/A// == Remarks == * //N/A// == Parameters == * //totalSuccessCount// * Type:Int32 * Description:N/A * //totalFailureCount// * Type:Int32 * Description:N/A * //failureReasons// * Type:Dictionary * Description:N/A * //transactionResultStatus// * Type:[[ThinkGeo.MapSuite.Layers.TransactionResultStatus|TransactionResultStatus]] * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} TotalSuccessCount ** * //N/A// == Remarks == * //None// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TotalFailureCount ** * //N/A// == Remarks == * //None// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TransactionResultStatus ** * //N/A// == 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.Layers.TransactionResultStatus|TransactionResultStatus]] ** {{wiki:PublicProperty.gif|}} FailureReasons ** * //N/A// == 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 ==== Protected Properties ==== ==== Public Events ====