Class RankDetailGroup
Provides the details of what an associate has to do for this rule group to be met.
Inheritance
System.Object
RankDetailGroup
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class RankDetailGroup : Object
Remarks
This structure allows for a hiarchy of requirements. For example, one group may be that an associate has to meet two conditions: Have enough volume, and be active. Another group may be hit if any of these conditions are met: has an autoship, 3 people below them have an autoship, or they've ever hit a grandfathered in rank.
Constructors
RankDetailGroup()
Declaration
public RankDetailGroup()
Properties
Details
Provides the specific rules that an associate must meet to achieve the rank.
Declaration
public RankDetail[] Details { get; set; }
Property Value
Type | Description |
---|---|
RankDetail[] |