Document Constructor (String, array<Byte>[]()[][], DocumentType, DateTime, String, String, Staff, Int32)
Namespace:
JiwaFinancials.Jiwa.JiwaApplication.Documents
Assembly: JiwaApplication (in JiwaApplication.dll)
Assembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public Document( string RecID, byte[] NewFileBinary, DocumentType DocumentType, DateTime LastSavedDateTime, string PhysicalFileName, string Description, Staff LastModifiedByStaffMember, int ItemNo )
Public Sub New ( _ RecID As String, _ NewFileBinary As Byte(), _ DocumentType As DocumentType, _ LastSavedDateTime As DateTime, _ PhysicalFileName As String, _ Description As String, _ LastModifiedByStaffMember As Staff, _ ItemNo As Integer _ )
public: Document( String^ RecID, array<unsigned char^>^ NewFileBinary, DocumentType^ DocumentType, DateTime^ LastSavedDateTime, String^ PhysicalFileName, String^ Description, Staff^ LastModifiedByStaffMember, int^ ItemNo )
Parameters
- RecID
- Type: String
- NewFileBinary
- Type: array<Byte>[]()[][]
- DocumentType
- Type: JiwaFinancials.Jiwa.JiwaApplication.Documents..::..DocumentType
- LastSavedDateTime
- Type: DateTime
- PhysicalFileName
- Type: String
- Description
- Type: String
- LastModifiedByStaffMember
- Type: JiwaFinancials.Jiwa.JiwaApplication.Entities.Staff..::..Staff
- ItemNo
- Type: Int32