Click or drag to resize

OrderDeviceInfoList Class

A list of Order Device objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListOrderDeviceInfo
    Micros.OpsOrderDeviceInfoList

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class OrderDeviceInfoList : List<OrderDeviceInfo>, 
	INotifyPropertyChanged

The OrderDeviceInfoList type exposes the following members.

Constructors
 NameDescription
Public methodOrderDeviceInfoListInitializes a new instance of the OrderDeviceInfoList class
Top
Properties
 NameDescription
Public propertyFilter Filter parameters.
Public propertyFilteredList Filtered list of OrderDeviceInfo objects
Public propertyOrderDeviceDataGridList 
Public propertyOrderDeviceRevenueCenters List of revenue centers.
Top
Methods
 NameDescription
Protected methodOnPropertyChanged 
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also