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

Inheritance: ApplyOverwriteDocument
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
GetItemsFromOverwriteDocument ( FileModel fileModel, string uid, IHostService host ) : IEnumerable
GetItemsToOverwrite ( FileModel fileModel, string uid, IHostService host ) : IEnumerable

Méthodes protégées

Méthode Description
ApplyOverwrite ( IHostService host, List od, string uid, List articles ) : void

Method Details

ApplyOverwrite() protected méthode

protected ApplyOverwrite ( IHostService host, List od, string uid, List articles ) : void
host IHostService
od List
uid string
articles List
Résultat void

GetItemsFromOverwriteDocument() public méthode

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

GetItemsToOverwrite() public méthode

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