Show / Hide Table of Contents

Class Level

Used to describe the levels of the code scheme hierarchy. The level describes the nesting structure of a hierarchical coding structure. A level could have data attached to it (summary of its children) or no data attached to it (the equivalent of creating a category group in 2.0 and earlier versions Note that the attribute levelNumber is used for referencing specific codes to their level identifier.

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

Properties

Description

Gets a description of the level.

Declaration
public MultilingualString Description { get; }
Property Value
Type Description
MultilingualString

DisplayLabel

Gets the display label used when a list of levels is displayed.

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

LevelNumber

Gets or sets the level number.

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

Name

Gets or sets the name of the level.

Declaration
public MultilingualString Name { get; }
Property Value
Type Description
MultilingualString

RelationshipType

Gets or sets the type of the relationship among items in this level.

Declaration
public RelationshipType RelationshipType { get; set; }
Property Value
Type Description
RelationshipType

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