Show / Hide Table of Contents

Interface ISummaryContainer

An object that has localizable summaries and descriptions.

Inherited Members
IDescriptionContainer.Descriptions
Namespace: ZeroInstall.Model
Assembly: ZeroInstall.Model.dll
Syntax
public interface ISummaryContainer : IDescriptionContainer

Properties

Summaries

Short one-line descriptions for different languages; the first word should not be upper-case unless it is a proper noun (e.g. "cures all ills").

Declaration
LocalizableStringCollection Summaries { get; }
Property Value
Type Description
LocalizableStringCollection
In This Article
Back to top Copyright Bastian Eicher et al