Show / Hide Table of Contents

Class ConceptualVariableToGroupInformation

Represents information used to map a ConceptualVariable to a ConceptualVariableGroup.

Inheritance
System.Object
ConceptualVariableToGroupInformation
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ConceptualVariableToGroupInformation : object

Properties

ConceptualVariableName

Gets or sets the name of the ConceptualVariable.

Declaration
public string ConceptualVariableName { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica