ConstraintDeclUnion
PackageReified.Schema.Contracts
One portable constraint retained by the shared generation pipeline.
Specification
Kind
Union
Members
28
Examples
0
IsMinSizeSignature
this.IsMinSize
IsLessThanSignature
this.IsLessThan
IsExactLengthSignature
this.IsExactLength
IsGreaterThanSignature
this.IsGreaterThan
IsAtLeastSignature
this.IsAtLeast
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsMinSize | this.IsMinSize | No description available. |
| IsLessThan | this.IsLessThan | No description available. |
| IsExactLength | this.IsExactLength | No description available. |
| IsGreaterThan | this.IsGreaterThan | No description available. |
| IsAtLeast | this.IsAtLeast | No description available. |
| IsLengthRange | this.IsLengthRange | No description available. |
| IsAtMost | this.IsAtMost | No description available. |
| IsDistinct | this.IsDistinct | No description available. |
| IsMaxSize | this.IsMaxSize | No description available. |
| IsPattern | this.IsPattern | No description available. |
| IsPresent | this.IsPresent | No description available. |
| IsMultipleOf | this.IsMultipleOf | No description available. |
| IsSupplied | this.IsSupplied | No description available. |
| IsCheckRef | this.IsCheckRef | No description available. |
| AtLeast | AtLeast Literal | No description available. |
| GreaterThan | GreaterThan Literal | No description available. |
| AtMost | AtMost Literal | No description available. |
| LessThan | LessThan Literal | No description available. |
| MinSize | MinSize int | No description available. |
| MaxSize | MaxSize int | No description available. |
| ExactLength | ExactLength int | No description available. |
| LengthRange | LengthRange(minimum, maximum) | No description available. |
| Present | Present | No description available. |
| Supplied | Supplied | No description available. |
| Pattern | Pattern string | No description available. |
| MultipleOf | MultipleOf Literal | No description available. |
| Distinct | Distinct | No description available. |
| CheckRef | CheckRef string | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| minimum | int | |
| maximum | int |
Returns
unit