Selerix Developer Tools
Application Constructor






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : Application Constructor
The applicant.
The employee.
Initializes a new instance of the Application class.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicant As Applicant, _
   ByVal employee As Applicant _
)
'Usage
 
Dim applicant As Applicant
Dim employee As Applicant
 
Dim instance As New Application(applicant, employee)
public Application( 
   Applicant applicant,
   Applicant employee
)
public Application( 
    applicant: Applicant;
    employee: Applicant
); 
public function Application( 
   applicant : Applicant,
   employee : Applicant
);
public: Application( 
   Applicant* applicant,
   Applicant* employee
)
public:
Application( 
   Applicant^ applicant,
   Applicant^ employee
)

Parameters

applicant
The applicant.
employee
The employee.
See Also

Reference

Application Class
Application Members