CustomTransactions Class

Contains methods for recording, updating, and retrieving custom transactions
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.TransactionsCustomTransactions

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract class CustomTransactions

The CustomTransactions type exposes the following members.

Methods
  NameDescription
Public methodGetTransaction
Retrieves a custom transaction.
Public methodGetTransactionsByType
Retrieves all the custom transactions of a specified type.
Public methodGetUnprocessedTransactionsForUser
Returns all the unprocessed custom transactions for a specified CMS user.
Public methodMarkTransactionAsProcessed
Marks a custom transaction as processed.
Public methodRecordTransaction
Adds a new transaction record.
Public methodRegisterTransactionType
Adds a new transaction type.
Public methodUpdateTransaction
Updates an existing transaction record.
Public methodXMLDeserializeObject
Deserializes an XML object into the specified type.
Public methodXMLSerializeObject
XML Serializes an object.