DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlNewsletterReportData.ReportInfo

    Inheritance
    object
    ControlNewsletterReportData.ReportInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ControlNewsletterReportData.ReportInfo

    Properties

    EventClickCount

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

    EventFailCount

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

    EventOpenCount

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

    EventRejectCount

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

    EventSendCount

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

    Links

    Declaration
    public List<ControlNewsletterReportData.Link> Links { get; set; }
    Property Value
    Type Description
    List<ControlNewsletterReportData.Link>
    In this article
    Back to top Generated by DocFX