DataWeb
Search Results for

    Show / Hide Table of Contents

    Class DataDeliverRow

    Inheritance
    object
    DataDeliverRow
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Newsletter
    Assembly: DataWeb.Core.dll
    Syntax
    public class DataDeliverRow

    Properties

    Body

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    string

    FromName

    Declaration
    public string FromName { get; set; }
    Property Value
    Type Description
    string

    IdMaster

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    MailingListName

    Declaration
    public string MailingListName { get; set; }
    Property Value
    Type Description
    string

    ModelIdMaster

    Declaration
    public string ModelIdMaster { get; set; }
    Property Value
    Type Description
    string

    ScheduledDateTime

    Declaration
    public DateTimeOffset ScheduledDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    SendDateTime

    Declaration
    public DateTimeOffset? SendDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    Status

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    Subject

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    string

    SubscriberCount

    Declaration
    public int SubscriberCount { get; set; }
    Property Value
    Type Description
    int

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX