Class RankSummary
Indicates the associate's progress towards this rank and each specific rule group.
Inheritance
System.Object
RankSummary
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class RankSummary : Object
Constructors
RankSummary()
Declaration
public RankSummary()
Properties
Groups
An array of all of the groups of requirements for an associate to achieve this rank.
Declaration
public RankDetailGroup[] Groups { get; set; }
Property Value
Type | Description |
---|---|
RankDetailGroup[] |
RankId
The rank this information is for.
Declaration
public int RankId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |