public abstract class ChangeRequestContext
Public MustInherit Class ChangeRequestContext
public ref class ChangeRequestContext abstract
[<AbstractClassAttribute>]
type ChangeRequestContext = class end
ChangeRequestContext | Initializes evaluation requests store. |
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. |
CompareLocations |
Returns true in the following cases:
|
CopyStatus | Copies the status values from another ChangeRequestContext instance. |
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. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ResetUpdates | Reset updates to prepare for next round. |
ToString | Returns a string that represents the current object. (Inherited from Object) |