Selerix Developer Tools
DepartmentCollection Class
Members 






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

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

See Also

Reference

DepartmentCollection Members
Selerix.BusinessObjects Namespace