Overload List
| Name | Description | |
|---|---|---|
|
|
And()()()() |
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.
|
|
|
And(array<IConstraint>[]()[][]) |
Groups several constraints together.
|
|
|
And(IConstraint, IConstraint) |
Group several constraints together.
|
|
|
And(array<IConstraint>[]()[][], String) |
Groups several constraints together.
|
|
|
And(IConstraint, IConstraint, String) |
Group several constraints together.
|
|
|
And(array<IConstraint>[]()[][], Int32, Int32) |
Groups several constraints together.
|
|
|
And(array<IConstraint>[]()[][], Int32, Int32, String) |
Groups several constraints together.
|