Show / Hide Table of Contents

Class Aggregation

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

Inheritance
System.Object
NotificationObject
Aggregation
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica