
'Declaration
Public Class EnrollmentRuleCollection Inherits Selerix.Foundation.Data.EntityCollection(Of EnrollmentRule) Implements System.Collections.Generic.IEnumerable(Of EnrollmentRule), System.Collections.IEnumerable
'Usage
Dim instance As EnrollmentRuleCollection
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
System.Object
Selerix.Foundation.Data.SmartList<T>
Selerix.BusinessObjects.EnrollmentRuleCollection