Kampute.DocToolkit.Topics.Abstracts Namespace

Contains abstract classes that implement common functionality for topic sources.

Remarks

This namespace provides foundational abstractions for implementing the ITopic interface. These abstractions handle common topic source scenarios including content conversion, dynamic generation, and standardized content rendering.

Classes

ConvertibleTopicProvides the base functionality for a topic source that requires content conversion.
DynamicTopicProvides the base functionality for a topic source that generates content dynamically in the format required by the documentation system.
TopicSourceProvides the base functionality for a topic source.