Click or drag to resize

OrderDeviceInfo Class

This class provides information about an order device.
Inheritance Hierarchy
SystemObject
  Micros.OpsOrderDeviceInfo

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class OrderDeviceInfo : INotifyPropertyChanged

The OrderDeviceInfo type exposes the following members.

Properties
 NameDescription
Public propertyDeviceName The name of the order Device.
Public propertyIndex Order Device Number
Public propertyLangId Language Id
Public propertyOutputDisabled 
Public propertyOutputRedirected 
Public propertyOverrideName Override output device for this order device
Public propertyRedirectName Normal output device for this order device
Public propertyRevenueCenter The current revenue center.
Public propertySelected Order Device is selected.
Top
Methods
 NameDescription
Protected methodOnPropertyChanged 
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
Fields
 NameDescription
Public fieldArrowSpacer 
Top
See Also