Selerix Developer Tools
ApplicantCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : ApplicantCollection Class
Creates a collection of applicants objects.
Object Model
ApplicantCollection ClassApplicantCollection ClassApplicantCollection ClassApplicant ClassApplicantCollection ClassApplicant ClassAddress ClassCustomFieldCollection ClassEmployment ClassEnrollmentSession ClassEventCollection ClassExternalReferenceIDCollection ClassAddress ClassNoteCollection ClassPaymentInfo ClassAnswerCollection ClassResult ClassApplicantCollection ClassApplicantCollection ClassApplicant ClassApplicantCollection Class
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

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

See Also

Reference

ApplicantCollection Members
Selerix.BusinessObjects Namespace