Search Results for

    Show / Hide Table of Contents

    Class AssociateStatusEditedMessage

    Class for representing the AssociateStatusEdited event's message

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

    Constructors

    AssociateStatusEditedMessage()

    Declaration
    public AssociateStatusEditedMessage()

    Properties

    AssociateId

    Associate ID of the associate whose associate ID changed

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

    NewStatusId

    The status ID of the associate after the status change

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

    OldStatusId

    The status ID of the associate prior to the status change

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