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

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowAudit(
	string Id,
	string AuditorId,
	string ProviderId,
	string AuditDate,
	string ImportId,
	string AuditTypeId,
	string ProviderName,
	string ChainCode,
	string IsOpen,
	string IsPended,
	string CreatedOn,
	string Active
)

Parameters

Id
Type: SystemString
AuditorId
Type: SystemString
ProviderId
Type: SystemString
AuditDate
Type: SystemString
ImportId
Type: SystemString
AuditTypeId
Type: SystemString
ProviderName
Type: SystemString
ChainCode
Type: SystemString
IsOpen
Type: SystemString
IsPended
Type: SystemString
CreatedOn
Type: SystemString
Active
Type: SystemString
See Also