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