DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterMailingListData

    Represents the data model of a newsletter mailing list.

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

    Properties

    Countries

    Gets or sets the list of countries associated with the mailing list.

    Declaration
    public IEnumerable<string> Countries { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Cultures

    Gets or sets the list of cultures associated with the mailing list.

    Declaration
    public IEnumerable<string> Cultures { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Groups

    Gets or sets the list of groups associated with the mailing list.

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

    IdMaster

    Gets or sets the unique identifier.

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

    Interests

    Gets or sets the list of interests associated with the mailing list.

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

    MailingListClass

    Gets or sets the class of the mailing list.

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

    Name

    Gets or sets the name of the mailing list.

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

    Zones

    Gets or sets the list of zones associated with the mailing list.

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