Class DataDeliverRow
Inheritance
DataDeliverRow
Assembly: DataWeb.Core.dll
Syntax
public class DataDeliverRow
Properties
Body
Declaration
public string Body { get; set; }
Property Value
FromName
Declaration
public string FromName { get; set; }
Property Value
IdMaster
Declaration
public string IdMaster { get; set; }
Property Value
MailingListName
Declaration
public string MailingListName { get; set; }
Property Value
ModelIdMaster
Declaration
public string ModelIdMaster { get; set; }
Property Value
ScheduledDateTime
Declaration
public DateTimeOffset ScheduledDateTime { get; set; }
Property Value
SendDateTime
Declaration
public DateTimeOffset? SendDateTime { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
SubscriberCount
Declaration
public int SubscriberCount { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value