Click or drag to resize

Junction Methods

The Junction type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Property to add to the conjunction (AND) or disjunction (OR).
Public methodAdd(Expression)
Expression to add to the conjunction (AND) or disjunction (OR).
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL(TextWriter)
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
(Inherited from ExpressionBase.)
Top
See Also