Search Results for

    Show / Hide Table of Contents

    Class EmailAuditComparisonDto

    EmailAuditComparisonDto

    Inheritance
    object
    EmailAuditComparisonDto
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "EmailAuditComparisonDto")]
    public class EmailAuditComparisonDto : IValidatableObject

    Constructors

    View Source

    EmailAuditComparisonDto()

    Initializes a new instance of the EmailAuditComparisonDto class.

    Declaration
    [JsonConstructor]
    protected EmailAuditComparisonDto()
    View Source

    EmailAuditComparisonDto(EmailAuditDto, EmailAuditDto, int, bool, int, int, int, int, int, int, int, int, int, List<string>, List<string>)

    Initializes a new instance of the EmailAuditComparisonDto class.

    Declaration
    public EmailAuditComparisonDto(EmailAuditDto baseline = null, EmailAuditDto current = null, int healthScoreDelta = 0, bool statusChanged = false, int brokenLinkDelta = 0, int brokenImageDelta = 0, int spellingIssueDelta = 0, int htmlErrorDelta = 0, int htmlWarningDelta = 0, int compatibilityWarningDelta = 0, int compatibilityNotSupportedDelta = 0, int reputationFailureDelta = 0, int attachmentMentionIssueDelta = 0, List<string> addedInsights = null, List<string> removedInsights = null)
    Parameters
    Type Name Description
    EmailAuditDto baseline

    baseline (required).

    EmailAuditDto current

    current (required).

    int healthScoreDelta

    healthScoreDelta (required).

    bool statusChanged

    statusChanged (required).

    int brokenLinkDelta

    brokenLinkDelta (required).

    int brokenImageDelta

    brokenImageDelta (required).

    int spellingIssueDelta

    spellingIssueDelta (required).

    int htmlErrorDelta

    htmlErrorDelta (required).

    int htmlWarningDelta

    htmlWarningDelta (required).

    int compatibilityWarningDelta

    compatibilityWarningDelta (required).

    int compatibilityNotSupportedDelta

    compatibilityNotSupportedDelta (required).

    int reputationFailureDelta

    reputationFailureDelta (required).

    int attachmentMentionIssueDelta

    attachmentMentionIssueDelta (required).

    List<string> addedInsights

    addedInsights (required).

    List<string> removedInsights

    removedInsights (required).

    Properties

    View Source

    AddedInsights

    Gets or Sets AddedInsights

    Declaration
    [DataMember(Name = "addedInsights", IsRequired = true, EmitDefaultValue = true)]
    public List<string> AddedInsights { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    AttachmentMentionIssueDelta

    Gets or Sets AttachmentMentionIssueDelta

    Declaration
    [DataMember(Name = "attachmentMentionIssueDelta", IsRequired = true, EmitDefaultValue = true)]
    public int AttachmentMentionIssueDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    Baseline

    Gets or Sets Baseline

    Declaration
    [DataMember(Name = "baseline", IsRequired = true, EmitDefaultValue = true)]
    public EmailAuditDto Baseline { get; set; }
    Property Value
    Type Description
    EmailAuditDto
    View Source

    BrokenImageDelta

    Gets or Sets BrokenImageDelta

    Declaration
    [DataMember(Name = "brokenImageDelta", IsRequired = true, EmitDefaultValue = true)]
    public int BrokenImageDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    BrokenLinkDelta

    Gets or Sets BrokenLinkDelta

    Declaration
    [DataMember(Name = "brokenLinkDelta", IsRequired = true, EmitDefaultValue = true)]
    public int BrokenLinkDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    CompatibilityNotSupportedDelta

    Gets or Sets CompatibilityNotSupportedDelta

    Declaration
    [DataMember(Name = "compatibilityNotSupportedDelta", IsRequired = true, EmitDefaultValue = true)]
    public int CompatibilityNotSupportedDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    CompatibilityWarningDelta

    Gets or Sets CompatibilityWarningDelta

    Declaration
    [DataMember(Name = "compatibilityWarningDelta", IsRequired = true, EmitDefaultValue = true)]
    public int CompatibilityWarningDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    Current

    Gets or Sets Current

    Declaration
    [DataMember(Name = "current", IsRequired = true, EmitDefaultValue = true)]
    public EmailAuditDto Current { get; set; }
    Property Value
    Type Description
    EmailAuditDto
    View Source

    HealthScoreDelta

    Gets or Sets HealthScoreDelta

    Declaration
    [DataMember(Name = "healthScoreDelta", IsRequired = true, EmitDefaultValue = true)]
    public int HealthScoreDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    HtmlErrorDelta

    Gets or Sets HtmlErrorDelta

    Declaration
    [DataMember(Name = "htmlErrorDelta", IsRequired = true, EmitDefaultValue = true)]
    public int HtmlErrorDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    HtmlWarningDelta

    Gets or Sets HtmlWarningDelta

    Declaration
    [DataMember(Name = "htmlWarningDelta", IsRequired = true, EmitDefaultValue = true)]
    public int HtmlWarningDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    RemovedInsights

    Gets or Sets RemovedInsights

    Declaration
    [DataMember(Name = "removedInsights", IsRequired = true, EmitDefaultValue = true)]
    public List<string> RemovedInsights { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    ReputationFailureDelta

    Gets or Sets ReputationFailureDelta

    Declaration
    [DataMember(Name = "reputationFailureDelta", IsRequired = true, EmitDefaultValue = true)]
    public int ReputationFailureDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    SpellingIssueDelta

    Gets or Sets SpellingIssueDelta

    Declaration
    [DataMember(Name = "spellingIssueDelta", IsRequired = true, EmitDefaultValue = true)]
    public int SpellingIssueDelta { get; set; }
    Property Value
    Type Description
    int
    View Source

    StatusChanged

    Gets or Sets StatusChanged

    Declaration
    [DataMember(Name = "statusChanged", IsRequired = true, EmitDefaultValue = true)]
    public bool StatusChanged { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.