Click or drag to resize
DataGridRowAuditDocuments Constructor
Initializes a new instance of the DataGridRowAuditDocuments class

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowAuditDocuments(
	string ZzRowId,
	string AuditId,
	string AuditClaimId,
	string VendorFileHandleId,
	string AttachedOn,
	string AttachedByUserId,
	string AttachedByUserDisplay,
	string DocumentTypeId,
	string DocumentType,
	string OriginalFileName
)

Parameters

ZzRowId
Type: SystemString
AuditId
Type: SystemString
AuditClaimId
Type: SystemString
VendorFileHandleId
Type: SystemString
AttachedOn
Type: SystemString
AttachedByUserId
Type: SystemString
AttachedByUserDisplay
Type: SystemString
DocumentTypeId
Type: SystemString
DocumentType
Type: SystemString
OriginalFileName
Type: SystemString
See Also