C# Класс Microsoft.DocAsCode.Build.RestApi.ApplyOverwriteDocumentForRestApi

Наследование: ApplyOverwriteDocument
Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
ApplyOverwrite ( IHostService host, List od, string uid, List articles ) : void

Описание методов

ApplyOverwrite() защищенный Метод

protected ApplyOverwrite ( IHostService host, List od, string uid, List articles ) : void
host IHostService
od List
uid string
articles List
Результат void

GetChildItemsFromOverwriteDocument() публичный Метод

public GetChildItemsFromOverwriteDocument ( FileModel overwriteModel, string uid, IHostService host ) : IEnumerable
overwriteModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
Результат IEnumerable

GetChildItemsToOverwrite() публичный Метод

public GetChildItemsToOverwrite ( FileModel articleModel, string uid, IHostService host ) : IEnumerable
articleModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
Результат IEnumerable

GetRootItemsFromOverwriteDocument() публичный Метод

public GetRootItemsFromOverwriteDocument ( FileModel overwriteModel, string uid, IHostService host ) : IEnumerable
overwriteModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
Результат IEnumerable

GetRootItemsToOverwrite() публичный Метод

public GetRootItemsToOverwrite ( FileModel articleModel, string uid, IHostService host ) : IEnumerable
articleModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
Результат IEnumerable

GetTagItemsToOverwrite() публичный Метод

public GetTagItemsToOverwrite ( FileModel articleModel, string uid, IHostService host ) : IEnumerable
articleModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
Результат IEnumerable

GetTagsFromOverwriteDocument() публичный Метод

public GetTagsFromOverwriteDocument ( FileModel overwriteModel, string uid, IHostService host ) : IEnumerable
overwriteModel Microsoft.DocAsCode.Plugins.FileModel
uid string
host IHostService
Результат IEnumerable