Search Results for

    Show / Hide Table of Contents

    Class EnrollmentEvent

    ID: "0" This event occurs any time a new customer or Associate is enrolled.

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

    Constructors

    EnrollmentEvent()

    Declaration
    public EnrollmentEvent()

    Properties

    DistributorCountry

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

    DistributorId

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

    DistributorStatus

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

    DistributorType

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

    EnrollmentDateUtc

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

    SponsorId

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