Click or drag to resize

InputDialogTypes Enumeration

Input types for the input dialog. Use any input type or combination to specify, which input types do you expect.

Namespace:  Resto.Front.Api.Data.View
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[FlagsAttribute]
public enum InputDialogTypes
Members
  Member nameValueDescription
Card1 To get card track. Window with card slide listener will be shown.
Number2 To get number. Numpad window will be shown.
See Also