C# Класс Swashbuckle.Swagger.XmlComments.ApplyXmlActionComments

Наследование: IOperationFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Apply ( Operation operation, SchemaRegistry schemaRegistry, System.Web.Http.Description.ApiDescription apiDescription ) : void
ApplyXmlActionComments ( string xmlCommentsPath ) : System

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

Метод Описание
ApplyParamComments ( Operation operation, XPathNavigator methodNode ) : void
ApplyResponseComments ( Operation operation, XPathNavigator methodNode ) : void
XPathFor ( HttpActionDescriptor actionDescriptor ) : string

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

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

public Apply ( Operation operation, SchemaRegistry schemaRegistry, System.Web.Http.Description.ApiDescription apiDescription ) : void
operation Operation
schemaRegistry Swashbuckle.Swagger.SchemaRegistry
apiDescription System.Web.Http.Description.ApiDescription
Результат void

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

public ApplyXmlActionComments ( string xmlCommentsPath ) : System
xmlCommentsPath string
Результат System