Click or drag to resize

Expression Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.NCalc.Expression"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.Expressions.NCalcExpression

Namespace:  Stimulsoft.Data.Expressions.NCalc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public class Expression

The Expression type exposes the following members.

Constructors
  NameDescription
Public methodExpression(String)
Initializes a new instance of the Expression class
Public methodExpression(LogicalExpression)
Initializes a new instance of the Expression class
Public methodExpression(String, EvaluateOptions)
Initializes a new instance of the Expression class
Public methodExpression(LogicalExpression, EvaluateOptions)
Initializes a new instance of the Expression class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCompile
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasErrors
Pre-compiles the expression in order to check syntax errors. If errors are detected, the Error property contains the message.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
  NameDescription
Protected fieldOriginalExpression
Textual representation of the expression to evaluate.
Protected fieldParameterEnumerators
Protected fieldParametersBackup
Top
See Also