Selerix Developer Tools
ApplicationStatus Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : ApplicationStatus Enumeration
Enum. Specifies the status of the application. The ApplicationStatus enumeration class defines the status of the enrollee's application. For example, "complete" or "incomplete".
Syntax
'Declaration
 
Public Enum ApplicationStatus 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ApplicationStatus
public enum ApplicationStatus = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum ApplicationStatus extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum ApplicationStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class ApplicationStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Complete50Complete. Coverage created
Incomplete20Incomplete. Indicates the application is not complete.
Maintenance70Maintenance update. Like synchronization of covergaes
Other2147483647Other Indicates other issues are preventing the application from being completed.
Pending40Pending. Coverage not created. Waiting response from carrier.
ReadyToSign60Ready to sign. Indicates the application is ready to sign.
Signed30Signed. Coverage not created. Indicates the application is signed, but coverage not created.
Trash10Trash.
Unknown0Unknown Indicates the status of the application is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.ApplicationStatus

See Also

Reference

Selerix.BusinessObjects Namespace