Click or drag to resize

TrainingEmployeeInfoList Class

A list of TrainingEmployeeInfo objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListTrainingEmployeeInfo
    Micros.OpsTrainingEmployeeInfoList

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

The TrainingEmployeeInfoList type exposes the following members.

Constructors
 NameDescription
Public methodTrainingEmployeeInfoListInitializes a new instance of the TrainingEmployeeInfoList class
Top
Properties
 NameDescription
Public propertyEmployeeDataGridList 
Public propertyEmployeeRevenueCenters List of unique employee revenue centers.
Public propertyFilter Filter parameters.
Public propertyFilteredList Filtered list of TrainingEmployeeInfo objects
Public propertyIsAllSelected True if all employees are selected.
Public propertyIsAllUnselected True if no employees are selected.
Public propertySortOrder 
Top
Methods
 NameDescription
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