Click or drag to resize
LinkUserAndTeam Class
Employees of type Technician can be a member of one or more Teams; this is called a direct work zone access and used to determine full Employee work zone scope. Application uses this information to decide what work zones, work orders, customers etc. CorpNet user may access through UI. It’s also used to decide who can be assigned to work order. From data model perspective, this is a simple bridge between Employee and Team. Employee may be directly linked to any number of Teams, or none.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesEmployeeBridgeCorrigoEntity
      CorrigoService.EntitiesLinkUserAndTeam

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class LinkUserAndTeam : EmployeeBridgeCorrigoEntity

The LinkUserAndTeam type exposes the following members.

Properties
  NameDescription
Public propertyTeamId
Team ID.
Public propertyUserId
Employee ID.
Top
See Also