SetWorkOrderDependencyCommand Class |
This command is used when dependency between sibling Work orders is set, modified or cleared.
Returns master WorkOrder as result.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class SetWorkOrderDependencyCommand : CommandRequest
<SerializableAttribute>
Public Class SetWorkOrderDependencyCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The SetWorkOrderDependencyCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | DependentWorkOrderId |
Dependent Work Order Id. If this value is zero or null, it means existing dependency if being cleared.
|
 | MainWorkOrderId |
Id of Work Order acting as master of the dependency
|
Top
See Also