DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterRow

    Represents a newsletter row containing information about the email to be sent.

    Inheritance
    object
    NewsletterRow
    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 NewsletterRow

    Properties

    Body

    The body content of the newsletter.

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

    FromName

    The name of the sender of the newsletter.

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

    IdMaster

    Gets or sets the unique identifier.

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

    MailingListName

    The name of the mailing list for the newsletter.

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

    ModelIdMaster

    The Id of the model used for generating the newsletter.

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

    ScheduledDateTime

    The date and time the newsletter is scheduled to be sent.

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

    SendDateTime

    The date and time the newsletter was sent.

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

    Status

    The current status of the newsletter row.

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

    Subject

    The subject of the newsletter.

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

    SubscriberCount

    The number of subscribers on the mailing list for the newsletter.

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

    Title

    The title of the newsletter.

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

    Extension Methods

    NewsletterMapperExtension.ToDataDeliverRow(NewsletterRow)
    In this article
    Back to top Generated by DocFX