Class NomenclatureInfo
Represents the company configured specific terminology used for these terms.
Inheritance
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class NomenclatureInfo : Object
Constructors
NomenclatureInfo()
Declaration
public NomenclatureInfo()
Properties
BinaryTree
Represents the company's term for the binary tree.
Declaration
public string BinaryTree { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BinaryUpline
Repersents the company's term for associate's upline in the binary tree.
Declaration
public string BinaryUpline { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Coupon
Represents the company's term for coupon (singular).
Declaration
public string Coupon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Coupons
Represents the company's term for coupons (plural).
Declaration
public string Coupons { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentRank
Repersents the company's term for current rank.
Declaration
public string CurrentRank { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnrollmentTree
Represents the company's term for the enrollment tree.
Declaration
public string EnrollmentTree { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnrollUpline
Repersents the company's term for associate's upline in the enrollment tree.
Declaration
public string EnrollUpline { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighRank
Repersents the company's term for high rank.
Declaration
public string HighRank { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastRank
Repersents the company's term for last rank.
Declaration
public string LastRank { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MatrixTree
Represents the company's term for the matrix tree.
Declaration
public string MatrixTree { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MatrixUpline
Repersents the company's term for associate's upline in the matrix tree.
Declaration
public string MatrixUpline { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RewardPoints
Represents the company's term for reward points.
Declaration
public string RewardPoints { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnilevelTree
Represents the company's term for the unilevel tree.
Declaration
public string UnilevelTree { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnilevelUpline
Repersents the company's term for associate's upline in the unilevel tree.
Declaration
public string UnilevelUpline { get; set; }
Property Value
Type | Description |
---|---|
System.String |