Class VariableSet
Represents a set of dependent and independent variables, used for describing aggregate data.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class VariableSet : IdentifiableBase, 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 |
---|---|
System.Boolean |
|
IndependentVariables
Gets the independent variables.
Declaration
public ObservableCollection<Variable> IndependentVariables { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<Variable> |