Click or drag to resize
dyostem api documentation

InterpretationTypesListResult Class

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

Represent the result of a GetInterpretationTypes(String) command.
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataInterpretationTypesListResult

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

The InterpretationTypesListResult type exposes the following members.

Fields
  NameDescription
Public fieldInterpretationTypes
A list of InterpretationType objects.
Public fieldMessage
The human readable message indicating if the command succeeded or not
Top
See Also