Click or drag to resize
ICompiledExpression Interface
Result of Compile(IVariableContainer, String) method. This compile expression then can be evaluated.

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ICompiledExpression

The ICompiledExpression type exposes the following members.

Properties
  NameDescription
Public propertyNode
Node of the expression tree
Public propertyText
Source of the string expression
Top
Extension Methods
  NameDescription
Public Extension MethodListNodes
Collects all IExpressions
(Defined by CompiledExpressionExtensions.)
Public Extension MethodPrint(Int32)Overloaded.
Prints tree of expression
(Defined by CompiledExpressionExtensions.)
Public Extension MethodPrint(TextWriter)Overloaded.
Prints tree of expression
(Defined by CompiledExpressionExtensions.)
Top
See Also