DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterSubscriberInfo

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

    Properties

    AdditionalValues

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

    Country

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

    Culture

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

    Email

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

    Groups

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

    Id

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

    Interests

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

    Source

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

    Status

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

    SubscriptionDate

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

    Zone

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