C# Class Microsoft.DocAsCode.Build.ManagedReference.ApplyOverwriteDocumentForMref

Inheritance: ApplyOverwriteDocument
Mostrar archivo Open project: dotnet/docfx

Public Methods

Method Description
GetItemsFromOverwriteDocument ( FileModel fileModel, string uid, IHostService host ) : IEnumerable
GetItemsToOverwrite ( FileModel fileModel, string uid, IHostService host ) : IEnumerable

Protected Methods

Method Description
ApplyOverwrite ( IHostService host, List od, string uid, List articles ) : void

Method Details

ApplyOverwrite() protected method

protected ApplyOverwrite ( IHostService host, List od, string uid, List articles ) : void
host IHostService
od List
uid string
articles List
return void

GetItemsFromOverwriteDocument() public method

public GetItemsFromOverwriteDocument ( FileModel fileModel, string uid, IHostService host ) : IEnumerable
fileModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
return IEnumerable

GetItemsToOverwrite() public method

public GetItemsToOverwrite ( FileModel fileModel, string uid, IHostService host ) : IEnumerable
fileModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
return IEnumerable