Click or drag to resize
LinkUserAndWorkZone Class
Employees of type Technician can be linked to one or more Work Zones; 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. From data model perspective, this is a simple bridge between Employee and Work Zone. Employee may be directly linked to any number of Work Zones, or none.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesEmployeeBridgeCorrigoEntity
      CorrigoService.EntitiesLinkUserAndWorkZone

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

The LinkUserAndWorkZone type exposes the following members.

Properties
  NameDescription
Public propertyUserId
Employee ID.
Public propertyWorkZoneId
Work Zone ID.
Top
See Also