C# 클래스 Microsoft.DocAsCode.Build.RestApi.RestApiDocumentProcessor

상속: Microsoft.DocAsCode.Build.Common.DisposableDocumentProcessor
파일 보기 프로젝트 열기: dotnet/docfx

Private Properties

프로퍼티 타입 설명
ChangeFileExtension string
CheckOperationId void
FillInBookmarks void
GetXRefInfo IEnumerable
IsSupportedFile bool
IsSupportedFileEnding bool
IsSwaggerFile bool
MergeMetadata object>.Dictionary

공개 메소드들

메소드 설명
GetProcessingPriority ( FileAndType file ) : ProcessingPriority
Load ( FileAndType file, object>.ImmutableDictionary metadata ) : FileModel
Save ( FileModel model ) : SaveResult

비공개 메소드들

메소드 설명
ChangeFileExtension ( string file ) : string
CheckOperationId ( SwaggerModel swagger, string fileName ) : void
FillInBookmarks ( FileModel model, RestApiRootItemViewModel restModel ) : void
GetXRefInfo ( RestApiRootItemViewModel rootItem, string key ) : IEnumerable
IsSupportedFile ( string filePath ) : bool
IsSupportedFileEnding ( string filePath, string fileEnding ) : bool
IsSwaggerFile ( string filePath ) : bool
MergeMetadata ( object>.IDictionary item, object>.IDictionary overwriteItems ) : object>.Dictionary

메소드 상세

GetProcessingPriority() 공개 메소드

public GetProcessingPriority ( FileAndType file ) : ProcessingPriority
file FileAndType
리턴 ProcessingPriority

Load() 공개 메소드

public Load ( FileAndType file, object>.ImmutableDictionary metadata ) : FileModel
file FileAndType
metadata object>.ImmutableDictionary
리턴 Microsoft.DocAsCode.Plugins.FileModel

Save() 공개 메소드

public Save ( FileModel model ) : SaveResult
model Microsoft.DocAsCode.Plugins.FileModel
리턴 Microsoft.DocAsCode.Plugins.SaveResult