UnitInfo Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
| Line 2: | Line 2: | ||
<onlyinclude>Stores the properties of a unit of measurement.</onlyinclude> | <onlyinclude>Stores or retrieves the properties of a unit of measurement.</onlyinclude> | ||
== Properties == | == Properties == | ||
Revision as of 20:53, 30 March 2016
![]() |
Member of: SynthesisAPI
Stores or retrieves the properties of a unit of measurement.
Properties
| Name | Description |
|---|---|
| Abbreviation | Gets or sets the abbreviation of the unit. String. |
| ID | Gets or sets the numeric ID of the unit. Integer. |
| Multiplier | Gets or sets the conversion factor, which is defined in relation to a repository's System Base Unit (SBU). Double. |
| Name | Gets or sets the name of the unit. String. |
