Click or drag to resize
VerifyWorkCommand Class
This command create new WO verification record. This operation has been packaged into custom command to avoid complications such as limiting modifications integration clients can make to Work Verification records; and validating input.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsVerifyWorkCommand

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

The VerifyWorkCommand type exposes the following members.

Properties
  NameDescription
Public propertyComment
Optional comment.
Public propertyWoRatingId
Verification rating, based on enumeration WoRating.
Public propertyWorkOrderId
ID of the Work Order.
Top
See Also