Click or drag to resize
dyostem api documentation

MeasureTypesListResult Class

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

Represent the result of a GetMeasureTypes(String) command.
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataMeasureTypesListResult

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

The MeasureTypesListResult type exposes the following members.

Constructors
  NameDescription
Public methodMeasureTypesListResult
Initializes a new instance of the MeasureTypesListResult class
Top
Fields
  NameDescription
Public fieldMeasureTypes
A list of MeasureType objects.
Public fieldMessage
The human readable message indicating if the command succeeded or not
Top
See Also