Selerix Developer Tools
EnrollmentRuleCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : EnrollmentRuleCollection Class
Creates a collection of enrollment rules.
Object Model
EnrollmentRuleCollection ClassEnrollmentRule ClassEnrollmentRule ClassNoteCollection Class
Syntax
'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  
Inheritance Hierarchy

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

See Also

Reference

EnrollmentRuleCollection Members
Selerix.BusinessObjects Namespace