DynamicTopic Class

Namespace
Kampute.DocToolkit.Topics.Abstracts
Assembly
  • Kampute.DocToolkit.dll

Definition

Provides the base functionality for a topic source that generates content dynamically in the format required by the documentation system.
public abstract class DynamicTopic : TopicSource
Inheritance
Inherited by

Remarks

This class supports generating documentation content dynamically in the output format specified by the documentation context. It is useful for content that needs to be computed rather than stored as static files.

Thread Safety

Public static members of the type are guaranteed to be thread-safe. However, public instance members are not thread-safe.

Constructors

DynamicTopic(string)Initializes a new instance of the DynamicTopic class.

Methods

GenerateContent(MarkupWriter, IDocumentationContext)Generates the documentation content using the specified MarkupWriter and IDocumentationContext.
Render(TextWriter, IDocumentationContext)Renders the documentation content to the specified TextWriter using the provided documentation context.