ChangeRequestContext Class

Abstract class to help store and manage the first evaluable Region of the Worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public abstract class ChangeRequestContext
Inheritance
Object    ChangeRequestContext
Derived

Constructors

ChangeRequestContext Initializes evaluation requests store.

Properties

EvaluationRequested Determines whether change was requested.
SortingRequested Determines whether sorting was requested.
SourceLocation Location of the document element.
SourceRegion The first Region of the Worksheet requested evaluation.

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.
CopyStatus Copies the status values from another ChangeRequestContext instance.
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.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ResetUpdates Reset updates to prepare for next round.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also