Selerix Developer Tools
Dependents Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicantCollection Class : Dependents Method
The employee.
Creates a list of the employee dependents.
Syntax
'Declaration
 
Public Function Dependents( _
   ByVal employee As Applicant _
) As ApplicantCollection
'Usage
 
Dim instance As ApplicantCollection
Dim employee As Applicant
Dim value As ApplicantCollection
 
value = instance.Dependents(employee)
public ApplicantCollection Dependents( 
   Applicant employee
)
public function Dependents( 
    employee: Applicant
): ApplicantCollection; 
public function Dependents( 
   employee : Applicant
) : ApplicantCollection;
public: ApplicantCollection* Dependents( 
   Applicant* employee
) 
public:
ApplicantCollection^ Dependents( 
   Applicant^ employee
) 

Parameters

employee
The employee.
See Also

Reference

ApplicantCollection Class
ApplicantCollection Members