Show / Hide Table of Contents

Class VariableValue

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

Inheritance
System.Object
NotificationObject
VariableValue
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica