Cashier |
public class CashierInfoList : List<CashierInfo>, INotifyPropertyChanged
The CashierInfoList type exposes the following members.
Name | Description | |
---|---|---|
![]() | CashierInfoList | Initializes a new instance of the CashierInfoList class |
Name | Description | |
---|---|---|
![]() | CashierRevenueCenters | List of unique employee revenue centers. |
![]() | Filter | Filter parameters. |
![]() | FilteredList | Filtered list of EmployeeInfo objects |
![]() | IsAllSelected | True if all employees are selected. |
![]() | IsAllUnselected | True if no employees are selected. |
![]() | SortOrder | The sort order to be used for the employee. When set the employee list will re-sort itself. |
Name | Description | |
---|---|---|
![]() | GetCashierDataGridList | |
![]() | OnPropertyChanged | |
![]() | SelectAll | Select all employees in the list. |
![]() | SetRVCFilter | |
![]() | UnselectAll | Unselect all employees in the list. |
Name | Description | |
---|---|---|
![]() | PropertyChanged |