HistoryStepEvaluable Class

History step storing of the Evaluable Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class HistoryStepEvaluable : HistoryStepBase
Inheritance
Object    HistoryStepBase    HistoryStepEvaluable

Constructors

HistoryStepEvaluable Constructs an instance of HistoryStepEvaluable by copying the data from the specified RegionEvaluable instance.

Methods

Apply Applying history step parameters to the element.
(Overrides HistoryStepBase.Apply(RegionBase))
Equals Compares data of the current step of history with a given one.
(Overrides HistoryStepBase.Equals(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.
(Overrides HistoryStepBase.GetHashCode())
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

BackColor The historical value of BackColor.
(Inherited from HistoryStepBase)
Border The historical value of Border.
(Inherited from HistoryStepBase)
CurrentTermIndexes The historical value of CurrentTermIndexes.
DescriptionLocation The historical value of DescriptionLocation.
Evaluable The historical value of Evaluable.
Focused The historical value of Focused.
(Inherited from HistoryStepBase)
FontHeight The historical value of FontHeight.
(Inherited from HistoryStepBase)
Location The historical value of Location.
(Inherited from HistoryStepBase)
Optimization The historical value of Optimization.
SelectedTermsIndexes The historical value of SelectedTermsIndexes.
ShowDescription The historical value of ShowDescription.
Terms The historical value of Terms.
TextColor The historical value of TextColor.
(Inherited from HistoryStepBase)

See Also