InedoSDK Reference
Version:

RichDescription Class

Descriptive text that can be displayed as plain text or highlighted HTML.

Inheritance Hierarchy

  • object
    • Inedo.Documentation.RichDescription

Syntax

public sealed class RichDescription

Constructors

Name Description
RichDescription

Initializes a new instance of the RichDescription class.

RichDescription(object content)

Initializes a new instance of the RichDescription class.

RichDescription(object[] content)

Initializes a new instance of the RichDescription class.

Methods

Name Description
AppendContent(object[] content)
ToHtml

Returns an HTML formatted string of the description.

ToString

Returns an undecorated plaintext string of the description.

WriteHtml(System.IO.TextWriter writer)
WritePlainText(System.IO.TextWriter writer)