This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ExpressionEvaluator
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ExpressionEvaluator

The type exposes the following methods.

Public Methods

  Name Description
Public method Clone
Creates a clonse of this ExpressionEvaluator.
Public method ComputeExpression
Computes the value of this expression
Public method Equals (Inherited from Object.)
Public method Execute
Executes a previously parsed expression.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Parse Overloaded.
Public method Static member ToEvaluatorArray
Creates an object array from the expressiontoken collection.
Public method ToString Overloaded.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnViperEvent
This method is called when the ViperEvent is raised
Protected method OnViperExecuteEvent
This method is called when the ViperExecuteEvent is raised.

See Also

Advanced