Show / Hide Table of Contents

Class NodeDisplayLabelHelper

Gets a label used to display an item in a navigator.

Inheritance
object
NodeDisplayLabelHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.ViewModel.Navigator
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public static class NodeDisplayLabelHelper

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
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
string
In this article
Back to top Generated by DocFX