Click or drag to resize
SetWorkOrderDependencyCommand Class
This command is used when dependency between sibling Work orders is set, modified or cleared. Returns master WorkOrder as result.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsSetWorkOrderDependencyCommand

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

The SetWorkOrderDependencyCommand type exposes the following members.

Properties
  NameDescription
Public propertyDependentWorkOrderId
Dependent Work Order Id. If this value is zero or null, it means existing dependency if being cleared.
Public propertyMainWorkOrderId
Id of Work Order acting as master of the dependency
Top
See Also