HistoryManager.Transaction Class

Transaction of changes history.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public abstract class Transaction : ChangeRequestContext, 
	IDisposable
Inheritance
Object    ChangeRequestContext    HistoryManager.Transaction
Implements
IDisposable

Constructors

HistoryManager.TransactionInitializes a new instance of the HistoryManager.Transaction class

Properties

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)

Methods

CompareLocations Returns true in the following cases:
  • maxLocation is located below minLocation.
  • maxLocation is located to the right of minLocation on the same horizontal line.

(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()
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MakeUpdate Updates currently stored first evaluable Region with specified one if required.
(Inherited from ChangeRequestContext)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ResetUpdates Reset updates to prepare for next round.
(Inherited from ChangeRequestContext)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also