Show / Hide Table of Contents

Class ConceptualVariableToGroupInformation

Represents information used to map a ConceptualVariable to a ConceptualVariableGroup.

Inheritance
object
ConceptualVariableToGroupInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX