Click or drag to resize
LinkUserAndCustomerGroup Class
Employees of type Technician can be linked to one or more Customer Groups; this is used as another Employee scope type, orthogonal to the one giving access to work zones.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesEmployeeBridgeCorrigoEntity
      CorrigoService.EntitiesLinkUserAndCustomerGroup

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

The LinkUserAndCustomerGroup type exposes the following members.

Properties
  NameDescription
Public propertyCustomerGroupId
Customer GroupId ID.
Public propertyUserId
Employee/technician ID.
Top
See Also