|
|
The Transaction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Transaction |
This is used to batch together edits. In C# it would typically be used
within a 'using' block.In the future it may support rollback.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Commit |
Call to commit the transaction.
|
|
|
Dispose | |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
DisplayName |
String that may be displayed in the GUI for undoing this transaction.
|
|
|
Document |
The Document that this transaction applies to.
|
|
|
IsCommitted |
Has this transaction been committed ?
|
|
|
IsDisposed |
Has this transaction been disposed ?
|