Click or drag to resize
dyostem api documentation

GroupsListResult Class

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

Represent the result of a GetGroups(String) command.
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataGroupsListResult

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

The GroupsListResult type exposes the following members.

Constructors
  NameDescription
Public methodGroupsListResult
Initializes a new instance of the GroupsListResult class
Top
Properties
  NameDescription
Public propertyGroups
The Groups used to present block in the dyostem sensor
Public propertyMessage
The human readable message indicating if the command succeeded or not
  • OK -
  • FAILED to get customer group - An internal error has occured while getting data.
  • Failed to check token validity - the SessionId token is deprecated or invalid. Request a new one or contact Vivelys support.
Top
See Also