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

Processes the SwaggerTagAttribute and SwaggerTagsAttribute on the controller classes.
Наследование: IDocumentProcessor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Process ( DocumentProcessorContext context ) : void

Processes the specified Swagger document.

Приватные методы

Метод Описание
AddTagFromSwaggerTagAttribute ( SwaggerDocument document, dynamic tagAttribute ) : void
ProcessSwaggerTagAttributes ( SwaggerDocument document, Type controllerType ) : void
ProcessSwaggerTagsAttribute ( SwaggerDocument document, Type controllerType ) : void

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

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

Processes the specified Swagger document.
public Process ( DocumentProcessorContext context ) : void
context DocumentProcessorContext
Результат void