Search Results for

    Show / Hide Table of Contents

    Class EntityEventItemProjection

    EntityEventItemProjection

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

    Constructors

    View Source

    EntityEventItemProjection()

    Initializes a new instance of the EntityEventItemProjection class.

    Declaration
    [JsonConstructor]
    protected EntityEventItemProjection()
    View Source

    EntityEventItemProjection(EventTypeEnum, Guid, Guid, Guid, SeverityEnum)

    Initializes a new instance of the EntityEventItemProjection class.

    Declaration
    public EntityEventItemProjection(EntityEventItemProjection.EventTypeEnum eventType = (EntityEventItemProjection.EventTypeEnum)0, Guid inboxId = default, Guid phoneId = default, Guid id = default, EntityEventItemProjection.SeverityEnum severity = (EntityEventItemProjection.SeverityEnum)0)
    Parameters
    Type Name Description
    EntityEventItemProjection.EventTypeEnum eventType

    eventType (required).

    Guid inboxId

    inboxId.

    Guid phoneId

    phoneId.

    Guid id

    id (required).

    EntityEventItemProjection.SeverityEnum severity

    severity (required).

    Properties

    View Source

    EventType

    Gets or Sets EventType

    Declaration
    [DataMember(Name = "eventType", IsRequired = true, EmitDefaultValue = true)]
    public EntityEventItemProjection.EventTypeEnum EventType { get; set; }
    Property Value
    Type Description
    EntityEventItemProjection.EventTypeEnum
    View Source

    Id

    Gets or Sets Id

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

    InboxId

    Gets or Sets InboxId

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

    PhoneId

    Gets or Sets PhoneId

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

    Severity

    Gets or Sets Severity

    Declaration
    [DataMember(Name = "severity", IsRequired = true, EmitDefaultValue = true)]
    public EntityEventItemProjection.SeverityEnum Severity { get; set; }
    Property Value
    Type Description
    EntityEventItemProjection.SeverityEnum

    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.