Search Results for

    Show / Hide Table of Contents

    Class CreateAssociateEvent

    ID: "2" This event occurs when you create an Associate.

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

    Constructors

    CreateAssociateEvent()

    Declaration
    public CreateAssociateEvent()

    Properties

    AssociateId

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

    AssociateStatus

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

    AssociateType

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

    BackOfficeId

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

    CompanyName

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

    EmailAddress

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

    ExternalReferenceId

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

    FirstName

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

    LastName

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

    Username

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

    WebAliases

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