Selerix Developer Tools
BenefitAmountMode Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : BenefitAmountMode Enumeration
Enum. Specifies the mode of payment for the benefit amount.
Syntax
'Declaration
 
Public Enum BenefitAmountMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BenefitAmountMode
public enum BenefitAmountMode = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum BenefitAmountMode extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum BenefitAmountMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class BenefitAmountMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Annual3Annual benefit amount mode.
Monthly2Monthly benefit amount mode.
Other2147483647Other.
Unknown0Unknown benefit amount mode.
Weekly1Weekly benefit amount mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.BenefitAmountMode

See Also

Reference

Selerix.BusinessObjects Namespace