Show / Hide Table of Contents

Interface IDocumentationBuilder

Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public interface IDocumentationBuilder

Properties

ItemType

Declaration
Guid ItemType { get; }
Property Value
Type Description
Guid

Name

Declaration
string Name { get; }
Property Value
Type Description
string

Options

Declaration
object Options { get; set; }
Property Value
Type Description
object

Methods

AddContent(IVersionable, Document, ReportContext)

Declaration
void AddContent(IVersionable item, Document document, ReportContext context)
Parameters
Type Name Description
IVersionable item
Document document
ReportContext context

InitializeOptions(IVersionable)

Declaration
void InitializeOptions(IVersionable item)
Parameters
Type Name Description
IVersionable item
In this article
Back to top Generated by DocFX