Search Results for

    Show / Hide Table of Contents

    Class UsernameEditedMessage

    Class for representing the UsernameEdited event's message

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

    Constructors

    UsernameEditedMessage()

    Declaration
    public UsernameEditedMessage()

    Properties

    AssociateId

    Associate ID of the associate whose username changed

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

    NewUsername

    The new username of the associate after the username change

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

    OldUsername

    The old username of the associate prior to the username change

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