Search Results for

    Show / Hide Table of Contents

    Class ParcelMessage

    A Chapar event that carriers the parcel data from Third party's outbox.

    Inheritance
    object
    ParcelMessage
    Implements
    IEvent
    IMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Chapar.Core.Messages
    Assembly: Chapar.Core.dll
    Syntax
    public class ParcelMessage : IEvent, IMessage

    Properties

    | Edit this page View Source

    Headers

    Declaration
    public Dictionary<string, object> Headers { get; init; }
    Property Value
    Type Description
    Dictionary<string, object>
    | Edit this page View Source

    MessageBody

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

    MessageId

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

    MessageName

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

    Route

    Declaration
    public string Route { get; init; }
    Property Value
    Type Description
    string

    Implements

    IEvent
    IMessage
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026