Class CommissionStats
  
  Represents all of an associate's stats during a commission period.
    Inheritance
    System.Object
    CommissionStats
   
  
  Assembly: DirectScale.Disco.Extension.Abstractions.dll
  Syntax
  
    public class CommissionStats : Object
   
  Constructors
  
  
  CommissionStats()
  
  
  Declaration
  
  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
  
  
  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