Creates a collection of enrollment rules.
Object Model
Syntax
'Declaration
Public Class EnrollmentRuleCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of EnrollmentRule)
Implements System.Collections.Generic.IEnumerable(Of EnrollmentRule), System.Collections.IEnumerable
public class EnrollmentRuleCollection : Selerix.Foundation.Data.EntityCollection<EnrollmentRule>, System.Collections.Generic.IEnumerable<EnrollmentRule>, System.Collections.IEnumerable
public class EnrollmentRuleCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class EnrollmentRuleCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class EnrollmentRuleCollection : public Selerix.Foundation.Data.EntityCollection<EnrollmentRule>, System.Collections.Generic.IEnumerable<EnrollmentRule>, System.Collections.IEnumerable
public ref class EnrollmentRuleCollection : public Selerix.Foundation.Data.EntityCollection<EnrollmentRule>, System.Collections.Generic.IEnumerable<EnrollmentRule>, System.Collections.IEnumerable
Inheritance Hierarchy
System.Object
Selerix.Foundation.Data.SmartList<T>
Selerix.BusinessObjects.EnrollmentRuleCollection
See Also