The following tables list the members exposed by Transaction.
Name | Description | |
---|---|---|
![]() | Transaction Constructor |
Name | Description | |
---|---|---|
![]() | Error | Gets or sets an error associated with this transaction. |
![]() | ID | Gets or sets the ID that associates this transaction with a particular item. For example, it could be an items primary key or maybe even the item itself. |
![]() | TransactionID | Gets the ID for the transaction. This is unique to the transaction itself and is used to differentiate from other transactions. |
![]() | Type | Gets or sets the type of transaction this is. |
![]() | Value | The value of the transaction, usually an edit that was made against a datasource. |