Click or drag to resize
WoAssignCommand Class
Allows to assign Work Order to some user. Requires ChangeAssigmentMode (if a Workorder is not assigned to anyone - use Primary mode), Employee.Id of user for an assignment
Inheritance Hierarchy

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WoAssignCommand : BaseWoActionCommand

The WoAssignCommand type exposes the following members.

Properties
  NameDescription
Public propertyAssignees
Employee.Ids of users for an assignment
Public propertyMode
How Assignees parameter is treated. Four modes supported: Primary, AddSecondary, RemoveSecondary and Snapshot. In Snapshot mode, Assignees collection is treated as new list of assignees for WO; and first item in that list is treated as primary assignee. In all modes Assignees can be empty.
Top
See Also