Show / Hide Table of Contents

Class ConceptuallyEquivalentVariables

Defines a set of variables that are conceptually equivalent, and that should be mapped to the same, specified, ConceptualVariable.

Inheritance
object
ConceptuallyEquivalentVariables
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 ConceptuallyEquivalentVariables

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
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
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>
In this article
Back to top Generated by DocFX