User Tools

Site Tools


12.0:apis:thinkgeo.core.transactionresult

ThinkGeo.Core.TransactionResult

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.TransactionResult

Members Summary

Public Constructors

TransactionResult()

  • This is the class constructor.
Remarks
  • This is the default constructor and is typically not used.
Parameters

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

Protected Constructors

Public Methods

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

Protected Methods

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Public Properties

TotalSuccessCount

  • N/A
Remarks
  • None
Return Value
  • Type:Int32

TotalFailureCount

  • N/A
Remarks
  • None
Return Value
  • Type:Int32

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

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<String,String>

Protected Properties

Public Events

12.0/apis/thinkgeo.core.transactionresult.txt · Last modified: 2019/09/26 09:35 (external edit)