Class Aggregation
Represents combination of multiple variables into a single aggregate variable via some computation method.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Aggregation : NotificationObject
Properties
HasValue
Gets a value indicating whether this item has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |