Click or drag to resize
dyostem api documentation

Measure Class

[This is preliminary documentation and is subject to change.]

Represent a single measure
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataMeasure

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class Measure

The Measure type exposes the following members.

Constructors
  NameDescription
Public methodMeasure
Initializes a new instance of the Measure class
Public methodMeasure(IDataRecord, CultureInfo)
Initializes a new instance of the Measure class
Top
Properties
  NameDescription
Public propertyMeasureTypeId
The measure type unique identifier
Public propertyMeasureTypeName
The translated, human readable, name of the measure type
Public propertyRawValue
The raw value of the measure
Public propertySource
The human readable source name
Public propertyUnit
the translated, human readable, unit of the measure
Public propertyValue
The localized, human readable, value of the measure
Top
See Also