Search Results for

    Show / Hide Table of Contents

    Class OrderCreatedMessage

    Class for representing the OrderCreated event's message

    Inheritance
    System.Object
    OrderCreatedMessage
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class OrderCreatedMessage : Object

    Constructors

    OrderCreatedMessage()

    Declaration
    public OrderCreatedMessage()

    Properties

    AssociateId

    ID of the associate that created the order

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    OrderId

    Order ID / number of the order that was created

    Declaration
    public int OrderId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX