Click or drag to resize
IExpressionNode Interface
Text nodes hierarchy int ICompiledExpression

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

The IExpressionNode type exposes the following members.

Properties
  NameDescription
Public propertyChilds
Children of the code
Public propertyExpression
Text of node
Public propertyParent
Parent of the node
Public propertyText
Text of the node
Public propertyType
Type of the node
Top
Extension Methods
  NameDescription
Public Extension MethodPrint(Int32)Overloaded.
Prints an expression node
(Defined by CompiledExpressionExtensions.)
Public Extension MethodPrint(TextWriter)Overloaded.
Prints an expression node
(Defined by CompiledExpressionExtensions.)
Top
See Also