Click or drag to resize

TeamInfo Class

This class provides information about a team.
Inheritance Hierarchy
SystemObject
  Micros.OpsTeamInfo

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class TeamInfo : INotifyPropertyChanged

The TeamInfo type exposes the following members.

Properties
  NameDescription
Public propertySelected
Employee is selected.
Public propertyTeamHierId
Team's HierStrucID.
Public propertyTeamId
Team's Id.
Public propertyTeamMemberList
Team's Member List.
Public propertyTeamName
Team's Name.
Public propertyTeamNumber
Team's Number.
Public propertyTeamObjectNumber
Team's Number.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also