Show / Hide Table of Contents

Class VariableSet

Represents a set of dependent and independent variables, used for describing aggregate data.

Inheritance
Object
NotificationObject
IdentifiableBase
VariableSet
Implements
INotifyPropertyChanged
IIdentifiable
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
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 VariableSet : IdentifiableBase, INotifyPropertyChanged, IIdentifiable

Constructors

VariableSet()

Initializes a new instance of the VariableSet class.

Declaration
public VariableSet()

Properties

DependentVariables

Gets the dependent variables.

Declaration
public ObservableCollection<Variable> DependentVariables { get; }
Property Value
Type Description
ObservableCollection<Variable>

HasValue

Gets a value indicating whether this object has any content.

Declaration
public bool HasValue { get; }
Property Value
Type Description
Boolean

true if the object has any content; otherwise, false.

IndependentVariables

Gets the independent variables.

Declaration
public ObservableCollection<Variable> IndependentVariables { get; }
Property Value
Type Description
ObservableCollection<Variable>

Implements

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