UnitInfo Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 130px;" | | style="width: 130px;"|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'''. | |ID||Gets or sets the numeric ID of the unit. '''Integer'''. | ||
Line 18: | Line 15: | ||
|Name||Gets or sets the name of the unit. '''String'''. | |Name||Gets or sets the name of the unit. '''String'''. | ||
|} | |} | ||
==Related Links== | |||
*[[Repository.Unit.GetAllUnits|Repository.Unit.GetAllUnits Method]] |
Revision as of 19:10, 29 October 2015
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. |