Show / Hide Table of Contents

Class VariableSet

Represents a set of dependent and independent variables, used for describing aggregate data.

Inheritance
System.Object
NotificationObject
IdentifiableBase
VariableSet
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
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 VariableSet : IdentifiableBase, IIdentifiable

Constructors

VariableSet()

Initializes a new instance of the VariableSet class.

Declaration
public VariableSet()

Properties

DependentVariables

Gets the dependent variables.

Declaration
public ObservableCollection<Variable> DependentVariables { get; }
Property Value
Type Description
ObservableCollection<Variable>

HasValue

Gets a value indicating whether this object has any content.

Declaration
public bool HasValue { get; }
Property Value
Type Description
System.Boolean

true if the object has any content; otherwise, false.

IndependentVariables

Gets the independent variables.

Declaration
public ObservableCollection<Variable> IndependentVariables { get; }
Property Value
Type Description
ObservableCollection<Variable>

Extension Methods

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