Creates a collection of applicants objects.
Object Model
Syntax
'Declaration
Public Class ApplicantCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of Applicant)
Implements System.Collections.Generic.IEnumerable(Of Applicant), System.Collections.IEnumerable
'Usage
Dim instance As ApplicantCollection
public class ApplicantCollection : Selerix.Foundation.Data.EntityCollection<Applicant>, System.Collections.Generic.IEnumerable<Applicant>, System.Collections.IEnumerable
public class ApplicantCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class ApplicantCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class ApplicantCollection : public Selerix.Foundation.Data.EntityCollection<Applicant>, System.Collections.Generic.IEnumerable<Applicant>, System.Collections.IEnumerable
public ref class ApplicantCollection : public Selerix.Foundation.Data.EntityCollection<Applicant>, System.Collections.Generic.IEnumerable<Applicant>, System.Collections.IEnumerable
Inheritance Hierarchy
See Also