public abstract class Transaction : ChangeRequestContext,
IDisposablePublic MustInherit Class Transaction
Inherits ChangeRequestContext
Implements IDisposablepublic ref class Transaction abstract : public ChangeRequestContext,
IDisposable[<AbstractClassAttribute>]
type Transaction =
class
inherit ChangeRequestContext
interface IDisposable
end| HistoryManagerTransaction | Initializes a new instance of the HistoryManagerTransaction class |
| EvaluationRequested |
Determines whether change was requested.
(Inherited from ChangeRequestContext) |
| IsDisposed | Determines whether the transaction is disposed or not. |
| SortingRequested |
Determines whether sorting was requested.
(Inherited from ChangeRequestContext) |
| SourceLocation |
Location of the document element.
(Inherited from ChangeRequestContext) |
| SourceRegion |
The first Region of the Worksheet requested evaluation.
(Inherited from ChangeRequestContext) |
| CompareLocations |
Returns in the following cases:
(Inherited from ChangeRequestContext) |
| CopyStatus |
Copies the status values from another ChangeRequestContext instance.
(Inherited from ChangeRequestContext) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(Boolean) | Implementation of Dispose |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MakeUpdate |
Updates currently stored first evaluable Region with specified one if required.
(Inherited from ChangeRequestContext) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ResetUpdates |
Reset updates to prepare for next round.
(Inherited from ChangeRequestContext) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |