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.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(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
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()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX