Show / Hide Table of Contents

Class LevelContext

Level Context provides the depth of a Level within a Statistical Classification together with its membership. Both depth and membership can be specified per Statistical Classification.

Inheritance
object
NotificationObject
LevelContext
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 LevelContext : NotificationObject, INotifyPropertyChanged

Properties

DisplayLabel

Gets a label to represent the item.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
string

Items

A Statistical Classification is composed of categories structured in one or more Levels. Each category is represented by a Classification Item, which defines the content and the borders of the category

Declaration
public ObservableCollection<ClassificationItem> Items { get; set; }
Property Value
Type Description
ObservableCollection<ClassificationItem>

Level

The structure of a Statistical Classification is defined by its Levels (classification level). Include here links to the relevant Level.

Declaration
public ClassificationLevel Level { get; set; }
Property Value
Type Description
ClassificationLevel

LevelNumber

The number associated with the Level Context. Levels are numbered consecutively starting with Level 1 at the highest (most aggregated) Level.

Declaration
public int LevelNumber { get; set; }
Property Value
Type Description
int

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