Search Results for

    Show / Hide Table of Contents

    Class InboxMessageEntity

    Entity that maps to the inbox table.

    Inheritance
    object
    InboxMessageEntity
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Chapar.Inbox.EntityFrameworkCore.Stores
    Assembly: Chapar.Inbox.EntityFrameworkCore.dll
    Syntax
    public class InboxMessageEntity

    Properties

    | Edit this page View Source

    ConsumerTypeName

    The fully‑qualified type name of the consumer that processed the message.

    Declaration
    public string ConsumerTypeName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Auto‑incremented primary key.

    Declaration
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    IsProcessed

    Indicates if the message has already been fully processed.

    Declaration
    public bool IsProcessed { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    MessageId

    The unique identifier of the consumed message.

    Declaration
    public string MessageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReceivedAt

    The timestamp when the message was first received.

    Declaration
    public DateTime ReceivedAt { get; set; }
    Property Value
    Type Description
    DateTime
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026