DataGridRowScheduledLetter Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic DataGridRowScheduledLetter(
string Id,
string AuditId,
string NotificationType,
string DeliveryType,
string ScheduledDate,
string DeliveryAddress,
string CreatedOn,
string Pending,
string ProviderId,
string ProviderName
)
Public Sub New (
Id As String,
AuditId As String,
NotificationType As String,
DeliveryType As String,
ScheduledDate As String,
DeliveryAddress As String,
CreatedOn As String,
Pending As String,
ProviderId As String,
ProviderName As String
)
public:
DataGridRowScheduledLetter(
String^ Id,
String^ AuditId,
String^ NotificationType,
String^ DeliveryType,
String^ ScheduledDate,
String^ DeliveryAddress,
String^ CreatedOn,
String^ Pending,
String^ ProviderId,
String^ ProviderName
)
new :
Id : string *
AuditId : string *
NotificationType : string *
DeliveryType : string *
ScheduledDate : string *
DeliveryAddress : string *
CreatedOn : string *
Pending : string *
ProviderId : string *
ProviderName : string -> DataGridRowScheduledLetter
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