C# Класс Microsoft.DocAsCode.Build.TableOfContents.BuildTocDocument

Наследование: Microsoft.DocAsCode.Build.Common.BaseDocumentBuildStep, ISupportIncrementalBuildStep
Показать файл Открыть проект

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

Метод Описание
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