Click or drag to resize
IChildExpressionContainer Interface
Container that holds to child expression

Namespace: FlexRule.DSL.Expressions
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IChildExpressionContainer

The IChildExpressionContainer type exposes the following members.

Properties
  NameDescription
Public propertyChildCount
Numbers of child expressions
Public propertyChilds
Public propertyParent
Parent of the current expression
Top
Methods
  NameDescription
Public methodGetItem
Reads the child expression by an index
Top
Extension Methods
  NameDescription
Public Extension MethodIndexOf (Defined by FindUtility.)
Top
See Also