ChangeAssignmentMode Enumeration |
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.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax [SerializableAttribute]
public enum ChangeAssignmentMode
Members
| Member name | Value | Description |
---|
| Primary | 0 |
Modify primary WO assignment record
|
| AddSecondary | 1 |
Go through Assignees list and check whether particular Employee ID is already present in the whole WO Assignments collection
|
| RemoveSecondary | 2 |
Go through Assignees list and check whether particular Employee ID is present among secondary WO Assignments
|
| Snapshot | 3 |
Allows making multiple assignment changes at once (it’s the most flexible mode)
|
See Also