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.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Level : NotificationObject
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 |
---|---|
System.String |
LevelNumber
Gets or sets the level number.
Declaration
public int LevelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |