Click or drag to resize
WoAssignment Class
WO Assignment contains information about Employees (both technicians and providers) assigned to Work Orders (with primary and secondary assignments). It is essentially a bridge record between Work Order and Employee, with a couple of additional fields. Web service access scope - Full access
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesWoAssignment

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

The WoAssignment type exposes the following members.

Properties
  NameDescription
Public propertyEmployeeId
Id of an Employee the WorkOrder assigned to. Is required.
Public propertyIsPrimary
True means primary assignment.
Public propertyWorkOrderId
Assignment work order id. Is required.
Top
See Also