C# 클래스 Microsoft.DocAsCode.Build.ManagedReference.ApplyOverwriteDocumentForMref

상속: ApplyOverwriteDocument
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
GetItemsFromOverwriteDocument ( FileModel fileModel, string uid, IHostService host ) : IEnumerable
GetItemsToOverwrite ( FileModel fileModel, 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

GetItemsFromOverwriteDocument() 공개 메소드

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

GetItemsToOverwrite() 공개 메소드

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