UnitInfo Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
<onlyinclude> | <onlyinclude>Represents the unit of measurement used by an associated [[Repository_Class|Repository]] object.</onlyinclude> | ||
== Properties == | == Properties == | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 130px;"| | | style="width: 130px;"|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'''. | ||
|} | |} | ||
==See Also== | |||
*[[Repository.Unit.GetAllUnits|Repository.Unit.GetAllUnits Method]] |
Latest revision as of 15:04, 8 April 2016
Member of: SynthesisAPI
Represents the unit of measurement used by an associated Repository object.
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. |