Search Results for

    Show / Hide Table of Contents

    Class CommissionStats

    Represents all of an associate's stats during a commission period.

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

    Constructors

    CommissionStats()

    Declaration
    public CommissionStats()

    Properties

    AssociateID

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

    AssociateName

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

    KitLevels

    Declaration
    public List<int> KitLevels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    KpiDetail

    Declaration
    public Dictionary<string, Kpi> KpiDetail { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Kpi>

    Kpis

    The values for each individual KPI for this associate.

    Declaration
    public Dictionary<string, Kpi> Kpis { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Kpi>

    Period

    The period for which these stats were retrieved.

    Declaration
    public Period Period { get; set; }
    Property Value
    Type Description
    Period

    PeriodKitLevels

    Declaration
    public List<int> PeriodKitLevels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    Ranks

    Provides information on every possible rank, and how close the associate is to achieving that rank.

    Declaration
    public RankSummary[] Ranks { get; set; }
    Property Value
    Type Description
    RankSummary[]
    Remarks

    This is information is empty for all periods except for the open stats period.

    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX