PrimitiveTypeUnion
PackageReified.Schema.Contracts
The primitive type heads the grammar knows.
Email is a format type: it lowers to text plus the
email constraint.Specification
Kind
Union
Members
16
Examples
0
IsPGuidSignature
this.IsPGuid
IsPDecimalSignature
this.IsPDecimal
IsPIntSignature
this.IsPInt
IsPTextSignature
this.IsPText
IsPEmailSignature
this.IsPEmail
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsPGuid | this.IsPGuid | No description available. |
| IsPDecimal | this.IsPDecimal | No description available. |
| IsPInt | this.IsPInt | No description available. |
| IsPText | this.IsPText | No description available. |
| IsPEmail | this.IsPEmail | No description available. |
| IsPDateTime | this.IsPDateTime | No description available. |
| IsPBool | this.IsPBool | No description available. |
| IsPDate | this.IsPDate | No description available. |
| PText | PText | No description available. |
| PInt | PInt | No description available. |
| PDecimal | PDecimal | No description available. |
| PBool | PBool | No description available. |
| PDate | PDate | No description available. |
| PDateTime | PDateTime | No description available. |
| PGuid | PGuid | No description available. |
| PEmail | PEmail | No description available. |