ConceptualContent

Represents loaded conceptual documentation content.

Syntax

public class ConceptualContent

Inheritance

Properties

BestPractices

public string BestPractices { get; set; }
Gets or sets the best practices documentation content.

Returns

string Markdown content with best practices, recommendations, and guidelines.

Examples

public string Examples { get; set; }
Gets or sets the examples documentation content.

Returns

string Markdown content containing code examples and demonstrations.

Patterns

public string Patterns { get; set; }
Gets or sets the patterns documentation content.

Returns

string Markdown content explaining common usage patterns and architectural guidance.

Usage

public string Usage { get; set; }
Gets or sets the usage documentation content.

Returns

string Markdown content explaining how to use the API element.

Remarks

This class contains the actual markdown content loaded from conceptual documentation files that will be integrated into the generated API documentation.