Class VariableValue
Represents a value of a piece of data described by a logical Variable.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class VariableValue : NotificationObject, INotifyPropertyChanged
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 |
---|---|
string |
Variable
Gets or sets the variable.
Declaration
public Variable Variable { get; set; }
Property Value
Type | Description |
---|---|
Variable |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()