' Options: 'Date: 2026-09-21 22:53:12 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: http://clouddemo.pickeos.com:1337 ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: ShowPredictiveEx.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports GoToLightAPI Namespace Global Namespace GoToLightAPI Public Enum HeaderMode on off once End Enum Public Partial Class ShowPredictiveEx ''' '''Key identifying a location that will be shown blinking ''' Public Overridable Property BlinkKey As String ''' '''Number of articles for blink ''' Public Overridable Property QtyBlinkKey As Integer ''' '''Key identifying a location that will be shown not blinking ''' Public Overridable Property SteadyKey As String ''' '''HTML Color code (e.g. FF00FF) ''' Public Overridable Property Color As String ''' '''Indicates the way the area header will be displayed (possible values are on, off, once) ''' Public Overridable Property ShowHeader As HeaderMode ''' '''Name of the owner of the color/command to allow color sharing ''' Public Overridable Property Owner As String ''' '''Optional: name of the stockroom where to show the position ''' Public Overridable Property StockroomName As String End Class End Namespace End Namespace