C# 클래스 Microsoft.DocAsCode.Build.TableOfContents.BuildTocDocument

상속: Microsoft.DocAsCode.Build.Common.BaseDocumentBuildStep, ISupportIncrementalBuildStep
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
Build ( FileModel model, IHostService host ) : void
CanIncrementalBuild ( FileAndType fileAndType ) : bool
GetDependencyTypesToRegister ( ) : IEnumerable
GetIncrementalContextHash ( ) : string
Prebuild ( ImmutableList models, IHostService host ) : IEnumerable

1. Expand the TOC reference 2. Resolve homepage

비공개 메소드들

메소드 설명
BuildCore ( TocItemViewModel item, FileModel model, IHostService hostService ) : void
ParseFile ( string link ) : string

메소드 상세

Build() 공개 메소드

public Build ( FileModel model, IHostService host ) : void
model Microsoft.DocAsCode.Plugins.FileModel
host IHostService
리턴 void

CanIncrementalBuild() 공개 메소드

public CanIncrementalBuild ( FileAndType fileAndType ) : bool
fileAndType FileAndType
리턴 bool

GetDependencyTypesToRegister() 공개 메소드

public GetDependencyTypesToRegister ( ) : IEnumerable
리턴 IEnumerable

GetIncrementalContextHash() 공개 메소드

public GetIncrementalContextHash ( ) : string
리턴 string

Prebuild() 공개 메소드

1. Expand the TOC reference 2. Resolve homepage
public Prebuild ( ImmutableList models, IHostService host ) : IEnumerable
models ImmutableList
host IHostService
리턴 IEnumerable