Click or drag to resize

LinkEmployeeAndRcsCylinder Class

Cylinders can be directly associated with one or more Technicians (i.e. Employees where ActorTypeID == ActorType.Employee). Application uses this information to build Cylinders scope by Employee: Cylinders directly associated with Users are accessible by these Users. Underlying table is lnkEmpRcsCylinderObject. Cylinder may be directly linked to any number of Technicians, or none.
Inheritance Hierarchy
System.Object
  CorrigoService.Entities.CorrigoEntity
    CorrigoService.Entities.RcsCylinderBridgeCorrigoEntity
      CorrigoService.Entities.LinkEmployeeAndRcsCylinder

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

The LinkEmployeeAndRcsCylinder type exposes the following members.

Properties
 NameDescription
Public propertyCylinderId Cylinder ID, references rcsCylinderObject.ID
Public propertyEmployeeId Employee ID, references EmployeeObject.ID
Top
See Also