Click or drag to resize

LinkUserAndSpecialty Class

Employees of type Technician can be linked to one or more Specialties, representing Technician’s specialization.
Inheritance Hierarchy

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

The LinkUserAndSpecialty type exposes the following members.

Properties
  NameDescription
Public propertySpecialtyId
Specialty ID.
Public propertyUserId
Employee ID.
Top
See Also