Class ConceptuallyEquivalentVariables
Defines a set of variables that are conceptually equivalent, and that should be mapped to the same, specified, ConceptualVariable.
Inheritance
System.Object
ConceptuallyEquivalentVariables
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ConceptuallyEquivalentVariables : object
Properties
ConceptualVariableInitializer
Gets or sets a method that initializes a ConceptualVariable.
Declaration
public Action<ConceptualVariable> ConceptualVariableInitializer { get; set; }
Property Value
Type | Description |
---|---|
Action<ConceptualVariable> |
ConceptualVariableLabel
Gets or sets the label of the ConceptualVariable to which all Variables will be mapped.
Declaration
public string ConceptualVariableLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConceptualVariableName
Gets or sets the name of the ConceptualVariable to which all Variables will be mapped.
Declaration
public string ConceptualVariableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VariablesToMap
Gets or sets the variables to be mapped to the specified ConceptualVariable.
Declaration
public List<Variable> VariablesToMap { get; set; }
Property Value
Type | Description |
---|---|
List<Variable> |