C# Класс NSwag.CodeGeneration.SwaggerGenerators.WebApi.Processors.OperationTagsProcessor

Processes the SwaggerTagsAttribute on the operation method.
Наследование: IOperationProcessor
Показать файл Открыть проект

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

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