Click or drag to resize

Disjunction Methods

The Disjunction type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Property to add to the conjunction (AND) or disjunction (OR).
(Inherited from Junction.)
Public methodAdd(Expression)
Expression to add to the conjunction (AND) or disjunction (OR).
(Inherited from Junction.)
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also