Click or drag to resize
dyostem api documentation

MeasureType Class

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

Represent a measure type.
Inheritance Hierarchy

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

The MeasureType type exposes the following members.

Constructors
  NameDescription
Public methodMeasureType
Initializes a new instance of the MeasureType class
Top
Properties
  NameDescription
Public propertyAvailableValues
The list of all values available for the data type when its type is "Item from a list" (Otherwise, it is set to null)
(Inherited from Parameter.)
Public propertyFormat
The translated, human readable, expected format
FrançaisEspañolEnglish
NumériqueNuméricoNumeric
0/10/10/1
DateFechaDate
Chaine de caractèresCadenaString
Choix unique sur listeElemento de una listaList item
(Inherited from Parameter.)
Public propertyId
Unique identifier of the data type
(Inherited from Parameter.)
Public propertyName
Name of the data type
(Inherited from Parameter.)
Public propertyUnit
The expected unit (NULL if no unit for this measure/block data/interpretation)
(Inherited from Parameter.)
Top
See Also