DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterModelFilter

    Filter used to retrieve newsletter models.

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

    Properties

    Count

    The number of newsletter models to retrieve.

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

    IdMaster

    Gets or sets the unique identifier.

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

    PublishMode

    The publish mode of the newsletter model.

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