Click or drag to resize

LinkCommunityAndRcsCylinder 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.EntitiesLinkCommunityAndRcsCylinder

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

The LinkCommunityAndRcsCylinder type exposes the following members.

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