C# Class Microsoft.DocAsCode.Build.RestApi.ApplyOverwriteDocumentForRestApi

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

Méthodes publiques

Méthode Description
GetChildItemsFromOverwriteDocument ( FileModel overwriteModel, string uid, IHostService host ) : IEnumerable
GetChildItemsToOverwrite ( FileModel articleModel, string uid, IHostService host ) : IEnumerable
GetRootItemsFromOverwriteDocument ( FileModel overwriteModel, string uid, IHostService host ) : IEnumerable
GetRootItemsToOverwrite ( FileModel articleModel, string uid, IHostService host ) : IEnumerable
GetTagItemsToOverwrite ( FileModel articleModel, string uid, IHostService host ) : IEnumerable
GetTagsFromOverwriteDocument ( FileModel overwriteModel, 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

GetChildItemsFromOverwriteDocument() public méthode

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

GetChildItemsToOverwrite() public méthode

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

GetRootItemsFromOverwriteDocument() public méthode

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

GetRootItemsToOverwrite() public méthode

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

GetTagItemsToOverwrite() public méthode

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

GetTagsFromOverwriteDocument() public méthode

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