Expression Class |
[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.NCalc.Expression"]
Namespace: Stimulsoft.Data.Expressions.NCalc
The Expression type exposes the following members.
Name | Description | |
---|---|---|
![]() | Expression(String) | Initializes a new instance of the Expression class |
![]() | Expression(LogicalExpression) | Initializes a new instance of the Expression class |
![]() | Expression(String, EvaluateOptions) | Initializes a new instance of the Expression class |
![]() | Expression(LogicalExpression, EvaluateOptions) | Initializes a new instance of the Expression class |
Name | Description | |
---|---|---|
![]() ![]() | CacheEnabled | |
![]() | Error | |
![]() | Options | |
![]() | Parameters | |
![]() | ParsedExpression |
Name | Description | |
---|---|---|
![]() ![]() | Compile | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Evaluate | |
![]() | 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.) |
![]() | HasErrors |
Pre-compiles the expression in order to check syntax errors.
If errors are detected, the Error property contains the message.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EvaluateFunction | |
![]() | EvaluateParameter |
Name | Description | |
---|---|---|
![]() | OriginalExpression |
Textual representation of the expression to evaluate.
|
![]() | ParameterEnumerators | |
![]() | ParametersBackup |