Selerix Developer Tools
ExternalReferenceID Constructor(Applicant,String)






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

Parameters

applicant
The applicant.
externalSystemID
The external system ID.
See Also

Reference

ExternalReferenceID Class
ExternalReferenceID Members
Overload List