Click or drag to resize

RouteVisitStatus Enumeration

Route visit status.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Route
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum RouteVisitStatus
Members
  Member nameValueDescription
NotSent0 The not sent
Waiting1 The waiting
Sent2 The sent
Received3 The received
Complete4 The complete
Rejected5 The rejected
CancelRequestOffice6 The cancel request office
CancelConfirmed7 The cancel confirmed
ForceResend8 The force resend
See Also