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 Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class LinkEmployeeAndRcsCylinder : RcsCylinderBridgeCorrigoEntity
<SerializableAttribute>
Public Class LinkEmployeeAndRcsCylinder
Inherits RcsCylinderBridgeCorrigoEntity
No code example is currently available or this language may not be supported.
The LinkEmployeeAndRcsCylinder type exposes the following members.
Properties | Name | Description |
---|
 | CylinderId |
Cylinder ID, references rcsCylinderObject.ID
|
 | EmployeeId |
Employee ID, references EmployeeObject.ID
|
Top
See Also