Class Aggregation
Represents combination of multiple variables into a single aggregate variable via some computation method.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Aggregation : NotificationObject, INotifyPropertyChanged
  Properties
HasValue
Gets a value indicating whether this item has any content.
Declaration
public bool HasValue { get; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Method
Gets or sets the method used to aggregate the variables.
Declaration
public CodeValue Method { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CodeValue | 
VariableSet
Provides detail on a set of dependent and independent variables.
Declaration
public VariableSet VariableSet { get; set; }
  Property Value
| Type | Description | 
|---|---|
| VariableSet | 
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()