Show / Hide Table of Contents

Interface ISummaryText

Provides summary fields for an item.

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

These fields are useful for specifying text to be displayed in search results.

Properties

Description

Gets the description.

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

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

Summary

Gets the summary text.

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

VersionRationale

Gets the log message specified when this version of the item was created.

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

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX