Click or drag to resize

CashierInfoList Class

A list of CashierInfo objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListCashierInfo
    Micros.OpsCashierInfoList

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class CashierInfoList : List<CashierInfo>, 
	INotifyPropertyChanged

The CashierInfoList type exposes the following members.

Constructors
  NameDescription
Public methodCashierInfoList
Initializes a new instance of the CashierInfoList class
Top
Properties
  NameDescription
Public propertyCashierDataGridList
Public propertyCashierRevenueCenters
List of unique employee revenue centers.
Public propertyCashierShiftDataGridList
Public propertyFilter
Filter parameters.
Public propertyFilteredList
Filtered list of EmployeeInfo objects
Public propertyIsAllSelected
True if all employees are selected.
Public propertyIsAllUnselected
True if no employees are selected.
Public propertySortOrder
The sort order to be used for the employee. When set the employee list will re-sort itself.
Top
Methods
  NameDescription
Protected methodOnPropertyChanged
Public methodSelectAll
Select all employees in the list.
Public methodUnselectAll
Unselect all employees in the list.
Top
Events
  NameDescription
Public eventPropertyChanged
Top
See Also