UnitInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 130px;"|ID||Gets or sets the numeric ID of the unit. '''Integer'''.
| style="width: 130px;"|
 
|-
|-
|Name||Gets or sets the name of the unit. '''String'''.
|Abbreviation||Gets or sets the abbreviation of the unit. '''String'''.
|-
|-
|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'''.
|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'''.
|}
|}

Revision as of 21:41, 31 August 2015

APIWiki.png


Member of: SynthesisAPI


Stores 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.