UnitInfo Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{Template: | |||
< | <onlyinclude>Stores the properties of units of measurement.</onlyinclude> | ||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 130px;"|ID||Gets or sets the numerical ID of the unit. '''Integer'''. | |||
|- | |||
|Name||Gets or sets the name of the unit. '''String'''. | |||
|- | |||
|Abbreviation||Gets or sets the abbreviation of the unit. '''String'''. | |||
|- | |||
|Multiplier||Gets or sets the conversion factor, which is defined in relation to a repository's System Base Unit (SBU). '''Double'''. | |||
|} | |||
Revision as of 17:53, 7 August 2015
Member of: SynthesisAPI
Stores the properties of units of measurement.
Properties
Name | Description |
---|---|
ID | Gets or sets the numerical ID of the unit. Integer. |
Name | Gets or sets the name of the unit. String. |
Abbreviation | Gets or sets the abbreviation of the unit. String. |
Multiplier | Gets or sets the conversion factor, which is defined in relation to a repository's System Base Unit (SBU). Double. |