Click or drag to resize

LinkTeamAndWorkZone Class

Teams can be linked to zero or more Work Zones; this relationship is used to dispatch work. One of these records can be marked as "default", indicating default service Team for particular Work Zone.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesLinkTeamAndWorkZone

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class LinkTeamAndWorkZone : CorrigoEntity

The LinkTeamAndWorkZone type exposes the following members.

Properties
 NameDescription
Public propertyIsDefault True indicates default Team for Work Zone
Public propertyTeamId Team ID.
Public propertyWorkZoneId Work Zone ID.
Top
See Also