HistoryManagerTransaction Class

Transaction of changes history.

Definition

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

Constructors

HistoryManagerTransactionInitializes a new instance of the HistoryManagerTransaction class

Properties

Changes Cached history changes.
EvaluationApproved 
EvaluationRequested Determines whether change was requested.
(Inherited from ChangeRequestContext)
Ignore 
SortingRequested
(Inherited from ChangeRequestContext)
SourceLocation
(Inherited from ChangeRequestContext)
SourceRegion The first Region of the Worksheet requested evaluation.
(Inherited from ChangeRequestContext)

Methods

CompareLocations
(Inherited from ChangeRequestContext)
CopyStatus
(Inherited from ChangeRequestContext)
Dispose Dispose history transaction.
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)
PrepareRegionsHash 
ResetUpdates Reset updates to prepare for next round.
(Inherited from ChangeRequestContext)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Update 

See Also