DocumentationContextExtensions Class
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Provides extension methods for IDocumentationContext instances to simplify common tasks.
public static class DocumentationContextExtensions- Inheritance
- object
- DocumentationContextExtensions
Methods
| DetermineNameQualifier(this IDocumentationContext, IMember) | Determines the most suitable name qualifier for displaying the specified member in the context of the current documentation scope. |
| FindMember(this IDocumentationContext, IMember) | Finds the model corresponding to the specified reflection metadata within the documentation context. |
| InspectDocumentations(this IDocumentationContext, XmlDocInspectionOptions) | Inspects the documentation of members in the context for missing or incomplete elements. |
| IsFormatSupported(this IDocumentationContext, string) | Determines whether the specified file format (based on the file extension) is supported by the content formatter of the documentation context. |
| TryTransformText(this IDocumentationContext, string, string, out string) | Attempts to transform the specified text using the appropriate text transformer based on the file extension. |
