Creates a collection of eligibility rule objects.
Object Model
Syntax
'Declaration
Public Class EligibilityRuleCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of EligibilityRule)
Implements System.Collections.Generic.IEnumerable(Of EligibilityRule), System.Collections.IEnumerable
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