Selerix Developer Tools
PartyAppliesTo Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : PartyAppliesTo Enumeration
Enum. Indicates what party the product rule applies to.
Syntax
'Declaration
 
Public Enum PartyAppliesTo 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PartyAppliesTo
public enum PartyAppliesTo extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum PartyAppliesTo : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class PartyAppliesTo : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
All0Product rule applies to all parties.
DependentsInsured3Product rule applies to the insured dependent.
PrimaryInsured1Product rule applies to the primary insured.
SpouseInsured2Product rule applies to the insured spouse.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.PartyAppliesTo

See Also

Reference

Selerix.BusinessObjects Namespace