MembershipUnion
PackageReified.Constraint
What a membership rule expects.
Specification
Kind
Union
Members
8
Examples
0
IsNoneOfSignature
this.IsNoneOf
IsNotContainsSignature
this.IsNotContains
IsOneOfSignature
this.IsOneOf
IsContainsSignature
this.IsContains
OneOfSignature
OneOf choices
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsNoneOf | this.IsNoneOf | No description available. |
| IsNotContains | this.IsNotContains | No description available. |
| IsOneOf | this.IsOneOf | No description available. |
| IsContains | this.IsContains | No description available. |
| OneOf | OneOf choices | The value equals one of the supplied choices. |
| NoneOf | NoneOf choices | The value equals none of the supplied choices. |
| Contains | Contains item | The collection contains the supplied item. |
| NotContains | NotContains item | The collection does not contain the supplied item. |
The value equals one of the supplied choices.
Parameters
| Name | Type | Description |
|---|---|---|
| choices | ConstraintValue list |
Returns
unit
The value equals none of the supplied choices.
Parameters
| Name | Type | Description |
|---|---|---|
| choices | ConstraintValue list |
Returns
unit
The collection contains the supplied item.
Parameters
| Name | Type | Description |
|---|---|---|
| item | ConstraintValue |
Returns
unit