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
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesRcsCylinderBridgeCorrigoEntity
      CorrigoService.EntitiesLinkEmployeeAndRcsCylinder

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