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

Inheritance: ApplyOverwriteDocument
Mostrar archivo Open project: dotnet/docfx

Public Methods

Method 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

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

GetChildItemsFromOverwriteDocument() public method

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

GetChildItemsToOverwrite() public method

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

GetRootItemsFromOverwriteDocument() public method

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

GetRootItemsToOverwrite() public method

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

GetTagItemsToOverwrite() public method

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

GetTagsFromOverwriteDocument() public method

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