Click or drag to resize
dyostem api documentation

NewMeasure Class

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

The measure to create or update. If both MeasureTypeId and MeasureTypeName are defined, the MeasureTypeId is used.
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataNewMeasure

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

The NewMeasure type exposes the following members.

Constructors
  NameDescription
Public methodNewMeasure
Initializes a new instance of the NewMeasure class
Top
Properties
  NameDescription
Public propertyMeasureTypeId
The unique identifier of the measure type (Should be defined if the MeasureTypeName is null.)
Public propertyMeasureTypeName
The name of the measure type
Public propertyValue
The measure value
Top
See Also