Search Results for

    Show / Hide Table of Contents

    Class UpdateSubscriptionEvent

    ID: "5" This event occurs when a Subscription is changed.

    Inheritance
    System.Object
    EventBase
    UpdateSubscriptionEvent
    Inherited Members
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class UpdateSubscriptionEvent : EventBase

    Constructors

    UpdateSubscriptionEvent()

    Declaration
    public UpdateSubscriptionEvent()

    Properties

    AssociateId

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

    BackOfficeId

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

    ExpirationDateUtc

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

    IsVoid

    Declaration
    public bool IsVoid { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubscriptionId

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

    SubscriptionName

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