Search Results for

    Show / Hide Table of Contents

    Class EmailFeatureOverview

    EmailFeatureOverview

    Inheritance
    object
    EmailFeatureOverview
    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 = "EmailFeatureOverview")]
    public class EmailFeatureOverview : IValidatableObject

    Constructors

    View Source

    EmailFeatureOverview()

    Initializes a new instance of the EmailFeatureOverview class.

    Declaration
    [JsonConstructor]
    protected EmailFeatureOverview()
    View Source

    EmailFeatureOverview(FeatureEnum, string, string, CategoryEnum?, string, Dictionary<string, string>, List<EmailFeatureFamilyStatistics>, List<StatusesEnum>)

    Initializes a new instance of the EmailFeatureOverview class.

    Declaration
    public EmailFeatureOverview(EmailFeatureOverview.FeatureEnum feature = (EmailFeatureOverview.FeatureEnum)0, string title = null, string description = null, EmailFeatureOverview.CategoryEnum? category = null, string notes = null, Dictionary<string, string> notesNumbers = null, List<EmailFeatureFamilyStatistics> featureStatistics = null, List<EmailFeatureOverview.StatusesEnum> statuses = null)
    Parameters
    Type Name Description
    EmailFeatureOverview.FeatureEnum feature

    feature (required).

    string title

    title.

    string description

    description.

    EmailFeatureOverview.CategoryEnum? category

    category.

    string notes

    notes.

    Dictionary<string, string> notesNumbers

    notesNumbers.

    List<EmailFeatureFamilyStatistics> featureStatistics

    featureStatistics.

    List<EmailFeatureOverview.StatusesEnum> statuses

    statuses (required).

    Properties

    View Source

    Category

    Gets or Sets Category

    Declaration
    [DataMember(Name = "category", EmitDefaultValue = false)]
    public EmailFeatureOverview.CategoryEnum? Category { get; set; }
    Property Value
    Type Description
    EmailFeatureOverview.CategoryEnum?
    View Source

    Description

    Gets or Sets Description

    Declaration
    [DataMember(Name = "description", EmitDefaultValue = false)]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Feature

    Gets or Sets Feature

    Declaration
    [DataMember(Name = "feature", IsRequired = true, EmitDefaultValue = true)]
    public EmailFeatureOverview.FeatureEnum Feature { get; set; }
    Property Value
    Type Description
    EmailFeatureOverview.FeatureEnum
    View Source

    FeatureStatistics

    Gets or Sets FeatureStatistics

    Declaration
    [DataMember(Name = "featureStatistics", EmitDefaultValue = false)]
    public List<EmailFeatureFamilyStatistics> FeatureStatistics { get; set; }
    Property Value
    Type Description
    List<EmailFeatureFamilyStatistics>
    View Source

    Notes

    Gets or Sets Notes

    Declaration
    [DataMember(Name = "notes", EmitDefaultValue = false)]
    public string Notes { get; set; }
    Property Value
    Type Description
    string
    View Source

    NotesNumbers

    Gets or Sets NotesNumbers

    Declaration
    [DataMember(Name = "notesNumbers", EmitDefaultValue = false)]
    public Dictionary<string, string> NotesNumbers { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    View Source

    Statuses

    Gets or Sets Statuses

    Declaration
    [DataMember(Name = "statuses", IsRequired = true, EmitDefaultValue = true)]
    public List<EmailFeatureOverview.StatusesEnum> Statuses { get; set; }
    Property Value
    Type Description
    List<EmailFeatureOverview.StatusesEnum>
    View Source

    Title

    Gets or Sets Title

    Declaration
    [DataMember(Name = "title", EmitDefaultValue = false)]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    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.