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

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowScheduledLetter(
	string Id,
	string AuditId,
	string NotificationType,
	string DeliveryType,
	string ScheduledDate,
	string DeliveryAddress,
	string CreatedOn,
	string Pending,
	string ProviderId,
	string ProviderName
)

Parameters

Id
Type: SystemString
AuditId
Type: SystemString
NotificationType
Type: SystemString
DeliveryType
Type: SystemString
ScheduledDate
Type: SystemString
DeliveryAddress
Type: SystemString
CreatedOn
Type: SystemString
Pending
Type: SystemString
ProviderId
Type: SystemString
ProviderName
Type: SystemString
See Also