Class UpdateAssociateEvent
ID: "3"
This event occurs when you update an Associate's account.
Inheritance
System.Object
UpdateAssociateEvent
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class UpdateAssociateEvent : EventBase
Constructors
UpdateAssociateEvent()
Declaration
public UpdateAssociateEvent()
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[] |
|