Selerix Developer Tools
EligibilityRuleCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : EligibilityRuleCollection Class
Creates a collection of eligibility rule objects.
Object Model
EligibilityRuleCollection ClassEligibilityRule ClassEligibilityRule ClassEligibilityRuleCustomFieldCollection ClassEligibilityRuleLocationCollection ClassNoteCollection Class
Syntax
'Declaration
 
Public Class EligibilityRuleCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of EligibilityRule)
   Implements System.Collections.Generic.IEnumerable(Of EligibilityRule), System.Collections.IEnumerable 
'Usage
 
Dim instance As EligibilityRuleCollection
public class EligibilityRuleCollection : Selerix.Foundation.Data.EntityCollection<EligibilityRule>, System.Collections.Generic.IEnumerable<EligibilityRule>, System.Collections.IEnumerable  
public class EligibilityRuleCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class EligibilityRuleCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable 
public __gc class EligibilityRuleCollection : public Selerix.Foundation.Data.EntityCollection<EligibilityRule>, System.Collections.Generic.IEnumerable<EligibilityRule>, System.Collections.IEnumerable  
public ref class EligibilityRuleCollection : public Selerix.Foundation.Data.EntityCollection<EligibilityRule>, System.Collections.Generic.IEnumerable<EligibilityRule>, System.Collections.IEnumerable  
Inheritance Hierarchy

System.Object
   Selerix.Foundation.Data.SmartList<T>
         Selerix.BusinessObjects.EligibilityRuleCollection

See Also

Reference

EligibilityRuleCollection Members
Selerix.BusinessObjects Namespace