Click or drag to resize

EmployeeInfoList Class

A list of EmployeeInfo objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListEmployeeInfo
    Micros.OpsEmployeeInfoList

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

The EmployeeInfoList type exposes the following members.

Constructors
 NameDescription
Public methodEmployeeInfoListInitializes a new instance of the EmployeeInfoList class
Public methodEmployeeInfoList(Boolean)Initializes a new instance of the EmployeeInfoList class
Top
Properties
 NameDescription
Public propertyCourierFilters 
Public propertyEmployeeDataGridList 
Public propertyEmployeeIds 
Public propertyEmployeeRevenueCenters List of unique employee revenue centers.
Public propertyEmployeeShiftDataGridList 
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 methodContains 
Public methodDisplayEmployeeInfoInListLinear 
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