ExtendedRichDescription Class

Provides a short and long description of something.

Inheritance Hierarchy

Syntax

public class ExtendedRichDescription

Constructors

Name Description
ExtendedRichDescription(RichDescription shortDescription)

Initializes a new instance of the ExtendedRichDescription class.

ExtendedRichDescription(RichDescription shortDescription, RichDescription longDescription)

Initializes a new instance of the ExtendedRichDescription class.

Properties

Name Description
LongDescription

Gets the long description or null (Nothing in Visual Basic) if it is not defined.

ShortDescription

Gets the short description.

Methods

Name Description
ToString

Returns an undecorated plaintext string of both the short and long descriptions.