Class NodeDisplayLabelHelper
Gets a label used to display an item in a navigator.
Inheritance
System.Object
NodeDisplayLabelHelper
Namespace: Algenta.Colectica.ViewModel.Navigator
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public static class NodeDisplayLabelHelper : object
Methods
GetDisplayLabelForItem(QualityStatementItem)
Gets a label used to display an item in a navigator.
Declaration
public static string GetDisplayLabelForItem(QualityStatementItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| QualityStatementItem | item |
Returns
| Type | Description |
|---|---|
| System.String |
GetDisplayLabelForItem(RepositoryItemMetadata)
Gets a label used to display an item in a navigator.
Declaration
public static string GetDisplayLabelForItem(RepositoryItemMetadata item)
Parameters
| Type | Name | Description |
|---|---|---|
| RepositoryItemMetadata | item |
Returns
| Type | Description |
|---|---|
| System.String |