Show / Hide Table of Contents

Interface IDescribable

Defines properties that describe a metadata item.

Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IDescribable
Remarks

The IDescribable interface should be implemented by classes that provide name-label-description information. This information is commonly found in DDI 3 item types.

Properties

Description

Gets the description.

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

DisplayLabel

Gets the display label.

Declaration
string DisplayLabel { get; }
Property Value
Type Description
String
Remarks

The display label returns text to be displayed in a user interface or in generated documentation.

ItemName

Gets the name of the item.

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

The name of the item.

Label

Gets the label.

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

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX