Search Results for

    Show / Hide Table of Contents

    Class OrderEventBase

    A class with properties shared between Order Events CreateOrderEvent UpdateOrderEvent FinalizeOrderEvent VoidOrderEvent

    Inheritance
    System.Object
    EventBase
    OrderEventBase
    CreateOrderEvent
    FinalizeOrderEvent
    UpdateOrderEvent
    VoidOrderEvent
    Inherited Members
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public abstract class OrderEventBase : EventBase

    Constructors

    OrderEventBase()

    Declaration
    protected OrderEventBase()

    Properties

    CustomerId

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

    OrderDateUtc

    Declaration
    public DateTime OrderDateUtc { get; set; }
    Property Value
    Type Description
    System.DateTime

    OrderNumber

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

    OrderStatus

    Declaration
    public string OrderStatus { get; set; }
    Property Value
    Type Description
    System.String

    OrderType

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