UnitInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== Constructors ==
== Constructors ==
*'''[[New UnitInfo]]''' {{APIComment|Creates a new class that describes a unit of measurement.}}<br>
*[[UnitInfo Constructors|UnitInfo( Integer, String, String, Double )]] {{APIComment|Creates a new class that describes a unit of measurement.}}


== Properties  ==
== Properties  ==
*'''[[UnitInfo.ID|ID]]''' {{APIComment|The ID of the Unit.}}
*ID (as ''integer'') {{APIComment|The ID of the Unit.}}
*'''[[UnitInfo.Name|Name]]''' {{APIComment|The Name of the Unit.}}
*Name (as ''string'') {{APIComment|The Name of the Unit.}}
*'''[[UnitInfo.Abbreviation|Abbreviation]]''' {{APIComment|The Abbreviation of the Unit.}}
*Abbreviation (as ''string'') {{APIComment|The Abbreviation of the Unit.}}
*'''[[UnitInfo.Multiplier|Multiplier]]''' {{APIComment|The Multiplier of the Unit.}}
*Multiplier (''as double'') {{APIComment|The Multiplier of the Unit.}}

Revision as of 23:23, 27 February 2014


Used with Repository.GetAllUnits to describe a unit of measurement that has been defined in the current repository.

Constructors

Properties

  • ID (as integer) The ID of the Unit.
  • Name (as string) The Name of the Unit.
  • Abbreviation (as string) The Abbreviation of the Unit.
  • Multiplier (as double) The Multiplier of the Unit.