Show / Hide Table of Contents

Interface INodeDisplayLabelProvider

Provides an extension point to customize the text displayed for an item by navigator user interfaces.

Namespace: Algenta.Colectica.ViewModel.Navigator
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface INodeDisplayLabelProvider

Methods

GetDisplayLabelForItem(RepositoryItemMetadata)

Gets the text to display for the specified item.

Declaration
string GetDisplayLabelForItem(RepositoryItemMetadata item)
Parameters
Type Name Description
RepositoryItemMetadata item

The item for which text will be displayed.

Returns
Type Description
System.String

The text to display for the item.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica