C# Класс PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlDocumentFormatter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Format ( INode featureNode, Tree features, DirectoryInfoBase rootFolder ) : System.Xml.Linq.XDocument
HtmlDocumentFormatter ( IConfiguration configuration, HtmlHeaderFormatter htmlHeaderFormatter, HtmlTableOfContentsFormatter htmlTableOfContentsFormatter, HtmlContentFormatter htmlContentFormatter, HtmlFooterFormatter htmlFooterFormatter, HtmlResourceSet htmlResources, IFileSystem fileSystem ) : System

Описание методов

Format() публичный Метод

public Format ( INode featureNode, Tree features, DirectoryInfoBase rootFolder ) : System.Xml.Linq.XDocument
featureNode INode
features Tree
rootFolder System.IO.Abstractions.DirectoryInfoBase
Результат System.Xml.Linq.XDocument

HtmlDocumentFormatter() публичный Метод

public HtmlDocumentFormatter ( IConfiguration configuration, HtmlHeaderFormatter htmlHeaderFormatter, HtmlTableOfContentsFormatter htmlTableOfContentsFormatter, HtmlContentFormatter htmlContentFormatter, HtmlFooterFormatter htmlFooterFormatter, HtmlResourceSet htmlResources, IFileSystem fileSystem ) : System
configuration IConfiguration
htmlHeaderFormatter HtmlHeaderFormatter
htmlTableOfContentsFormatter HtmlTableOfContentsFormatter
htmlContentFormatter HtmlContentFormatter
htmlFooterFormatter HtmlFooterFormatter
htmlResources HtmlResourceSet
fileSystem IFileSystem
Результат System