Primitives Namespace
Primitive Property Value Types.
Interface
| Name | Description | 
|---|---|
| Primitives.Composite | Composite type (built of one or more CompositePart items) | 
| Primitives.CompositePart | CompositePart (ties a raw value of a specific type to a display string) | 
| Primitives.InstanceKey | Instance key type. | 
Type Alias
| Name | Description | 
|---|---|
| Primitives.Boolean | Boolean type | 
| Primitives.DateTime | DateTime will be formatted as date and time | 
| Primitives.Enum | Enum type (enumerated list of values) | 
| Primitives.Float | Float type | 
| Primitives.Hexadecimal | Hexadecimal type (number expressed in hex string) | 
| Primitives.Int | Int type | 
| Primitives.Numeric | Numeric type (can be float or int) | 
| Primitives.Point | Point type (can be a 2d or 3d point) | 
| Primitives.Point2d | Point2d type (contains an x and a y coordinate) | 
| Primitives.Point3d | Point3d type (contains x,y,and z coordinates) | 
| Primitives.ShortDate | ShortDate will be formatted as date only and will not include time | 
| Primitives.String | String type | 
| Primitives.Text | Text type | 
| Primitives.Value | Raw value | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.