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

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowAuditComment(
	string ZzRowId,
	string AuditId,
	string AuditClaimId,
	string CreatedOn,
	string CreatedByUserId,
	string CreatedByUserDisplay,
	string CommentText
)

Parameters

ZzRowId
Type: SystemString
AuditId
Type: SystemString
AuditClaimId
Type: SystemString
CreatedOn
Type: SystemString
CreatedByUserId
Type: SystemString
CreatedByUserDisplay
Type: SystemString
CommentText
Type: SystemString
See Also