Selerix Developer Tools
TransmittalType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : TransmittalType Enumeration
Enum. Type of transmittal container.
Syntax
'Declaration
 
Public Enum TransmittalType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TransmittalType
public enum TransmittalType = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum TransmittalType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum TransmittalType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class TransmittalType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
AuthenticateApplicant9Authentication of Applicant. Example employee login.
AuthenticateUser10Authentication of User. Example agent login.
Download3Download of data.
GetAgents14The get agents
GetApplicants8Get list of available applicants in current session.
GetDocuments108Get list of documents that require signature or review.
GetEligibility205The get eligibility
GetIllustration111Get illustration of available rates.
GetOfferings214Returns list of available offerings and their prerequisites.
GetPortfolio204Get current group configuration.
GetPrequalifyingQuestions102Get list of prequalifying questions that need to be presented to user.
GetQuestions101Get list of questions that need to be presented to user.
GetRates304Get list of available rates, riders, benefit levels for given applicant.
Query2Generic search of data based on provided template.
SyncDownload5Synchronization of data down to laptop.
SyncFromPortfolio6Synchronization of data from one portfolio to another.
SyncUpload4Synchronization of data from laptop to the server.
Unknown0Unknown
UploadAgents12The upload agents
UploadApplicants1Upload of transactions. Example census upload.
UploadPortfolio11Upload group information
ValidateEnrollment109The validate enrollment
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.TransmittalType

See Also

Reference

Selerix.BusinessObjects Namespace