Show / Hide Table of Contents

Class VariableValue

Represents a value of a piece of data described by a logical Variable.

Inheritance
object
NotificationObject
VariableValue
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX