Click or drag to resize

WoProcedureStepResponse Class

Executes commands in sequential manner until first error. Returns an CompositeCommandResponse that contains a list of a CommandRequest for successfully completed commands or error information in case of an error.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandResponse
    CorrigoService.CommandsWoProcedureStepResponse

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WoProcedureStepResponse : CommandResponse

The WoProcedureStepResponse type exposes the following members.

Properties
 NameDescription
Public propertyProcedureStep 
Top
See Also