Search Results for

    Show / Hide Table of Contents

    Class EmailFeatureNames

    EmailFeatureNames

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

    Constructors

    View Source

    EmailFeatureNames()

    Initializes a new instance of the EmailFeatureNames class.

    Declaration
    [JsonConstructor]
    protected EmailFeatureNames()
    View Source

    EmailFeatureNames(List<EmailFeatureFamilyName>, List<EmailFeaturePlatformName>, List<EmailFeatureCategoryName>)

    Initializes a new instance of the EmailFeatureNames class.

    Declaration
    public EmailFeatureNames(List<EmailFeatureFamilyName> family = null, List<EmailFeaturePlatformName> platform = null, List<EmailFeatureCategoryName> category = null)
    Parameters
    Type Name Description
    List<EmailFeatureFamilyName> family

    family (required).

    List<EmailFeaturePlatformName> platform

    platform (required).

    List<EmailFeatureCategoryName> category

    category (required).

    Properties

    View Source

    Category

    Gets or Sets Category

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

    Family

    Gets or Sets Family

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

    Platform

    Gets or Sets Platform

    Declaration
    [DataMember(Name = "platform", IsRequired = true, EmitDefaultValue = true)]
    public List<EmailFeaturePlatformName> Platform { get; set; }
    Property Value
    Type Description
    List<EmailFeaturePlatformName>

    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.