C# 클래스 NSwag.CodeGeneration.SwaggerGenerators.WebApi.Processors.OperationTagsProcessor

Processes the SwaggerTagsAttribute on the operation method.
상속: IOperationProcessor
파일 보기 프로젝트 열기: NSwag/NSwag

공개 메소드들

메소드 설명
Process ( OperationProcessorContext context ) : bool

Processes the specified method information.

비공개 메소드들

메소드 설명
AddControllerNameTag ( OperationProcessorContext context ) : void
ProcessSwaggerTagAttributes ( SwaggerDocument document, SwaggerOperationDescription operationDescription, MethodInfo methodInfo ) : void
ProcessSwaggerTagsAttribute ( SwaggerDocument document, SwaggerOperationDescription operationDescription, MethodInfo methodInfo ) : void

메소드 상세

Process() 공개 메소드

Processes the specified method information.
public Process ( OperationProcessorContext context ) : bool
context OperationProcessorContext
리턴 bool