Overload List

  NameDescription
Public methodOr()()()()
Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
Public methodOr(array<IConstraint>[]()[][])
Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
Public methodOr(IConstraint, IConstraint)
Returns a constraint that at least one and possibly both of its arguments are true.
Public methodOr(array<IConstraint>[]()[][], String)
Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints and also assigns the string name as the name of that returned constraint.
Public methodOr(IConstraint, IConstraint, String)
Returns a constraint that at least one and possibly both of its arguments are true.
Public methodOr(array<IConstraint>[]()[][], Int32, Int32)
Returns a constraint that at least one and possibly more than one of the elements is true in the range of indices starting at the index specified by start and continuing through the number of elements specified by the number num among the elements of its argument cons, an array of constraints.
Public methodOr(array<IConstraint>[]()[][], Int32, Int32, String)
Returns a constraint that at least one and possibly more than one of the elements is true in the range of indices starting at the index specified by start and continuing through the number of elements specified by the number num among the elements of its argument cons, an array of constraints; also assigns the string name as the name of the returned constraint.

See Also