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: 19.8
Syntax
C#
public class CashierInfoList : List<CashierInfo>, 
	INotifyPropertyChanged

The CashierInfoList type exposes the following members.

Constructors
 NameDescription
Public methodCashierInfoListInitializes a new instance of the CashierInfoList class
Top
Properties
 NameDescription
Public propertyCashierRevenueCenters List of unique employee revenue centers.
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
Public methodGetCashierDataGridList 
Protected methodOnPropertyChanged 
Public methodSelectAll Select all employees in the list.
Public methodSetRVCFilter 
Public methodUnselectAll Unselect all employees in the list.
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also