Selerix Developer Tools
PersonCollection Class
Members 






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

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

See Also

Reference

PersonCollection Members
Selerix.BusinessObjects Namespace