Class VariableValue
Represents a value of a piece of data described by a logical Variable.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class VariableValue : NotificationObject
Properties
EqualityType
Gets or sets the type of the equality being described by this value.
Declaration
public ComparisonType EqualityType { get; set; }
Property Value
Type | Description |
---|---|
ComparisonType |
Value
Gets or sets the specific value of the data.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Variable
Gets or sets the variable.
Declaration
public Variable Variable { get; set; }
Property Value
Type | Description |
---|---|
Variable |