Overload List

  NameDescription
Public methodAnd()()()()
Creates an IAnd constraint suitable for grouping other constraints or building logical constraints. Constraints can be added and removed to the IAnd constraint by using its methods Add and Remove.
Public methodAnd(array<IConstraint>[]()[][])
Groups several constraints together.
Public methodAnd(IConstraint, IConstraint)
Group several constraints together.
Public methodAnd(array<IConstraint>[]()[][], String)
Groups several constraints together.
Public methodAnd(IConstraint, IConstraint, String)
Group several constraints together.
Public methodAnd(array<IConstraint>[]()[][], Int32, Int32)
Groups several constraints together.
Public methodAnd(array<IConstraint>[]()[][], Int32, Int32, String)
Groups several constraints together.

See Also