Show / Hide Table of Contents

Class Aggregation

Represents combination of multiple variables into a single aggregate variable via some computation method.

Inheritance
Object
NotificationObject
Aggregation
Implements
INotifyPropertyChanged
Inherited Members
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 Aggregation : NotificationObject, INotifyPropertyChanged

Properties

HasValue

Gets a value indicating whether this item has any content.

Declaration
public bool HasValue { get; }
Property Value
Type Description
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

Implements

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