CustomerDisplayUpdateArgCustomerDisplay Property |  |
Obsahuje údaje, ktoré sa majú zobraziť na zákazníckom displeji.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.CustomerDisplayAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DisplayData CustomerDisplay { get; set; }Public Property CustomerDisplay As DisplayData
Get
Set
Dim instance As CustomerDisplayUpdateArg
Dim value As DisplayData
value = instance.CustomerDisplay
instance.CustomerDisplay = value
Property Value
DisplayData
See Also