Click or drag to resize
CreateWoPrintoutCommand Class
Command returns CreateWoPrintoutResponse.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsCreateWoPrintoutCommand

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

The CreateWoPrintoutCommand type exposes the following members.

Properties
  NameDescription
Public propertyLanguageId
Scalar integer value specifying what language should be used for the printout.
Public propertyPrintoutTemplateId
ID of the printout template
Public propertyWorkOrderId
ID of the Work Order.
Top
See Also