Selerix Developer Tools
EnrollerType Enumeration






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace : EnrollerType Enumeration
Possible types that an enroller might be.
Syntax
public enum EnrollerType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum EnrollerType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class EnrollerType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum EnrollerType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
 
'Usage
 
Dim instance As EnrollerType
Members
MemberValueDescription
CallCenter2Call Center - enrollment is occurring remotely
FaceToFace1Face to Face - enroller can see and talk to the enrollee
FaceToFaceORCallCenter3Both - the enroller can be either a Face to Face or a Call Center enroller. They will need to be prompted to determine which role they're fulfilling at time of enrollment.
HR_Admin4HR / Admin - The enroller is internal to the Employer.
Unknown0Unknown type - not specified.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.Foundation.Data.EnrollerType

See Also

Reference

Selerix.Foundation.Data Namespace