Click or drag to resize

TeamInfoList Class

A list of TeamInfo objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListTeamInfo
    Micros.OpsTeamInfoList

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

The TeamInfoList type exposes the following members.

Constructors
 NameDescription
Public methodTeamInfoListInitializes a new instance of the TeamInfoList class
Top
Properties
 NameDescription
Public propertyIsAllSelected True if all employees are selected.
Public propertyIsAllUnselected True if no employees are selected.
Public propertySelectedIndex 
Public propertySortOrder The sort order to be used for the employee. When set the employee list will re-sort itself.
Public propertyTeamDataGridList 
Top
Methods
 NameDescription
Public methodContains 
Public methodContainsTeamNameAtIndex 
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