Click or drag to resize

WoVisitVerifyCommand Class

Sets verification status on an existing Visit. Optionally adjusts service credits when verification is Bad. BO layer validates: VerifyComments required when Bad (CHK#26), Credit totals (CHK#22), IsBad recomputed (CHK#21).
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsWoVisitVerifyCommand

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

The WoVisitVerifyCommand type exposes the following members.

Constructors
 NameDescription
Public methodWoVisitVerifyCommandInitializes a new instance of the WoVisitVerifyCommand class
Top
Properties
 NameDescription
Public propertyServices Optional service credit overrides for Bad verification. Each entry maps a CiItemId to a credit percentage (0-100). Ignored when VerificationId = Good.
Public propertyVerificationId Verification status to assign. Bad=1, Good=2.
Public propertyVerifyComments Verification comments. Required when VerificationId = Bad.
Public propertyVisitId ID of the Visit to verify, required.
Top
See Also