Selerix Developer Tools
DependentVerificationDocumentWrapper Constructor(DependentVerificationDocument)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > DependentVerificationDocumentWrapper Class > DependentVerificationDocumentWrapper Constructor : DependentVerificationDocumentWrapper Constructor(DependentVerificationDocument)
Type of the document.
Initializes a new instance of the DependentVerificationDocumentWrapper class.
Syntax
'Declaration
 
Public Function New( _
   ByVal documentType As DependentVerificationDocument _
)
'Usage
 
Dim documentType As DependentVerificationDocument
 
Dim instance As New DependentVerificationDocumentWrapper(documentType)
public DependentVerificationDocumentWrapper( 
   DependentVerificationDocument documentType
)
public DependentVerificationDocumentWrapper( 
    documentType: DependentVerificationDocument
); 
public function DependentVerificationDocumentWrapper( 
   documentType : DependentVerificationDocument
);
public: DependentVerificationDocumentWrapper( 
   DependentVerificationDocument documentType
)
public:
DependentVerificationDocumentWrapper( 
   DependentVerificationDocument documentType
)

Parameters

documentType
Type of the document.
See Also

Reference

DependentVerificationDocumentWrapper Class
DependentVerificationDocumentWrapper Members
Overload List