DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterSubscriber

    Represents a newsletter subscriber.

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

    Properties

    AdditionalValues

    The list of additional values associated with the subscriber.

    Declaration
    public List<NewsletterSubscriber.AdditionalValue> AdditionalValues { get; set; }
    Property Value
    Type Description
    List<NewsletterSubscriber.AdditionalValue>

    Country

    The country associated with the subscriber.

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

    Culture

    The culture associated with the subscriber.

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

    Email

    The email address of the subscriber.

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

    Groups

    The list of groups associated with the subscriber.

    Declaration
    public List<string> Groups { get; set; }
    Property Value
    Type Description
    List<string>

    Id

    Gets or sets the unique identifier.

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

    Interests

    The list of interests associated with the subscriber.

    Declaration
    public List<string> Interests { get; set; }
    Property Value
    Type Description
    List<string>

    RawAdditionalValues

    The raw additional values associated with the subscriber.

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

    Source

    The source of the subscriber.

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

    Status

    The status of the subscriber.

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

    SubscriptionDate

    The date the subscriber subscribed.

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

    Zone

    The time zone associated with the subscriber.

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

    Extension Methods

    NewsletterMapperExtension.ToDataDeliverSubscriber(NewsletterSubscriber)
    NewsletterMapperExtension.ToNewsletterSubscriberInfo(NewsletterSubscriber)
    In this article
    Back to top Generated by DocFX