T8Unit
Index
Constructors
constructor
Parameters
name: string
Name of the unit (e.g., 'METRE', 'SQUARE_METRE')
type: string
Type classification of the unit (e.g., 'LENGTHUNIT', 'AREAUNIT')
Returns T8Unit
Properties
publicname
Name of the unit (e.g., 'METRE', 'SQUARE_METRE')
publictype
Type classification of the unit (e.g., 'LENGTHUNIT', 'AREAUNIT')
Methods
publicstaticcreate
Parameters
dto: T8ClientUnitDTO
dataModel: T8ClientModelDTO
Returns T8Unit
Represents a unit of measurement in the T8 Client Model. Units define the measurement system for quantities and values (e.g., meters, square meters).