Version

Transaction Class Members

The following tables list the members exposed by Transaction.

Public Constructors
 NameDescription
Public ConstructorTransaction Constructor  
Public Properties
 NameDescription
Public PropertyErrorGets or sets an error associated with this transaction.  
Public PropertyIDGets 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.  
Public PropertyTransactionIDGets the ID for the transaction. This is unique to the transaction itself and is used to differentiate from other transactions.  
Public PropertyTypeGets or sets the type of transaction this is.  
Public PropertyValueThe value of the transaction, usually an edit that was made against a datasource.  
See Also