C# 클래스 PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlDocumentFormatter

파일 보기 프로젝트 열기: picklesdoc/pickles 1 사용 예제들

공개 메소드들

메소드 설명
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