Search Results for

    Show / Hide Table of Contents

    Class EventBase

    A class with properties shared between All Events

    Inheritance
    System.Object
    EventBase
    CreateAssociateEvent
    CreateSubscriptionEvent
    DailyEvent
    EnrollmentEvent
    InventoryItemEventBase
    OrderEvent
    OrderEventBase
    OrderPackageEventBase
    OrderPaymentEventBase
    OrderPaymentStatusEventBase
    StockLevelEvent
    UpdateAssociateEvent
    UpdateSubscriptionEvent
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class EventBase : Object

    Constructors

    EventBase()

    Declaration
    public EventBase()

    Properties

    EventDateUtc

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

    EventType

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