Class ConceptualVariableToGroupInformation
Represents information used to map a ConceptualVariable to a ConceptualVariableGroup.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ConceptualVariableToGroupInformation
Properties
ConceptualVariableName
Gets or sets the name of the ConceptualVariable.
Declaration
public string ConceptualVariableName { get; set; }
Property Value
Type | Description |
---|---|
string |
Group1Label
Gets or sets the label of the top level ConceptualVariableGroup to which the ConceptualVariable belongs.
Declaration
public string Group1Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Group2Label
Gets or sets the label of the second level ConceptualVariableGroup to which the ConceptualVariable belongs.
Declaration
public string Group2Label { get; set; }
Property Value
Type | Description |
---|---|
string |