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.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX