C# 클래스 PicklesDoc.Pickles.DocumentationBuilders.Excel.ExcelDocumentationBuilder

상속: IDocumentationBuilder
파일 보기 프로젝트 열기: picklesdoc/pickles

공개 메소드들

메소드 설명
Build ( Tree features ) : void
ExcelDocumentationBuilder ( IConfiguration configuration, ExcelFeatureFormatter excelFeatureFormatter, PicklesDoc.Pickles.DocumentationBuilders.Excel.ExcelSheetNameGenerator excelSheetNameGenerator, ExcelTableOfContentsFormatter excelTableOfContentsFormatter, IFileSystem fileSystem ) : System

메소드 상세

Build() 공개 메소드

public Build ( Tree features ) : void
features Tree
리턴 void

ExcelDocumentationBuilder() 공개 메소드

public ExcelDocumentationBuilder ( IConfiguration configuration, ExcelFeatureFormatter excelFeatureFormatter, PicklesDoc.Pickles.DocumentationBuilders.Excel.ExcelSheetNameGenerator excelSheetNameGenerator, ExcelTableOfContentsFormatter excelTableOfContentsFormatter, IFileSystem fileSystem ) : System
configuration IConfiguration
excelFeatureFormatter ExcelFeatureFormatter
excelSheetNameGenerator PicklesDoc.Pickles.DocumentationBuilders.Excel.ExcelSheetNameGenerator
excelTableOfContentsFormatter ExcelTableOfContentsFormatter
fileSystem IFileSystem
리턴 System