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
System.Object
LevelContext
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class LevelContext : object
Properties
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 Collection<ClassificationItem> Items { get; set; }
Property Value
Type | Description |
---|---|
Collection<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 |
---|---|
System.Int32 |