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

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowAuditInboundFax(
	string ZzRowId,
	string AuditId,
	string AuditClaimId,
	string VendorFaxHandleId,
	string ReceivedOn,
	string AttachedOn,
	string AttachedByUserId,
	string FaxType
)

Parameters

ZzRowId
Type: SystemString
AuditId
Type: SystemString
AuditClaimId
Type: SystemString
VendorFaxHandleId
Type: SystemString
ReceivedOn
Type: SystemString
AttachedOn
Type: SystemString
AttachedByUserId
Type: SystemString
FaxType
Type: SystemString
See Also