Click or drag to resize
CompiledExpressionExtensions Class
Extension class of IConpiledExpression
Inheritance Hierarchy
SystemObject
  FlexRule.DynamicEvaluationCompiledExpressionExtensions

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static class CompiledExpressionExtensions

The CompiledExpressionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCollectionNodes Obsolete.
Public methodStatic memberListNodes
Collects all IExpressions
Public methodStatic memberPrint(ICompiledExpression, Int32)
Prints tree of expression
Public methodStatic memberPrint(ICompiledExpression, TextWriter)
Prints tree of expression
Public methodStatic memberPrint(IExpressionNode, Int32)
Prints an expression node
Public methodStatic memberPrint(IExpressionNode, TextWriter)
Prints an expression node
Top
See Also