public abstract class Transaction : ChangeRequestContext,
IDisposable
Public MustInherit Class Transaction
Inherits ChangeRequestContext
Implements IDisposable
public ref class Transaction abstract : public ChangeRequestContext,
IDisposable
[<AbstractClassAttribute>]
type Transaction =
class
inherit ChangeRequestContext
interface IDisposable
end
HistoryManager.Transaction | Initializes a new instance of the HistoryManager.Transaction 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 true 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) |