Overload List

  Name Description
Public method Or()()()()
Creates an IOr constraint for expressing disjunctions.
Public method Or(array<IConstraint>[]()[][])
Returns an IOr constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
Public method Or(IConstraint, IConstraint)
Returns an or-constraint indicating that at least one and possibly more than one argument is true.
Public method Or(array<IConstraint>[]()[][], String)
Returns an IOr constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
Public method Or(IConstraint, IConstraint, String)
Returns an or-constraint indicating that at least one and possibly both of its arguments are true.
Public method Or(array<IConstraint>[]()[][], Int32, Int32)
Returns an or-constraint indicating that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints.
Public method Or(array<IConstraint>[]()[][], Int32, Int32, String)
Returns an or-constraint indicating that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints.

See Also