Click or drag to resize
dyostem api documentation

VintagesListResult Class

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

Represent the result of the GetVintages(String) command
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataVintagesListResult

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

The VintagesListResult type exposes the following members.

Constructors
  NameDescription
Public methodVintagesListResult
Initializes a new instance of the VintagesListResult class
Top
Fields
  NameDescription
Public fieldMessage
The human readable message indicating if the GetVintages(String) command succeeded or not.
  • OK -
  • FAILED to get customer vintages - 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.
Public fieldVintages
The list of customer vintages
Top
See Also