Search Results for

    Show / Hide Table of Contents

    Class OutboxMessageEntity

    Entity that maps to the outbox table.

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

    Properties

    | Edit this page View Source

    DestinationQueue

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

    Headers

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

    Id

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

    IsProcessed

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

    MessageType

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

    OccurredOn

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

    Payload

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