2027 Constructor
Changes 0
C

Transaction(Document)

Description:
Instantiates a transaction object.
Remarks:

The transaction does not start by creating a transaction object. One of the 'Start' methods will need to be called in order to start this transaction.

A transaction cannot start unless is has a valid (non-empty) name. Because this constructor does not take a name, a name must be assigned later before or during the 'Start' method.

Overloads (2):
Transaction(Document)
public Transaction(
	Document document
)
  • document
    The document for which this transaction is going to be used.