C# Class WebApiService.SwaggerConfig.ControllerlessActionOperationFilter

Inheritance: IOperationFilter
显示文件 Open project: dotnetjunkie/solidservices

Public Methods

Method Description
Apply ( Operation operation, SchemaRegistry schemaRegistry, System.Web.Http.Description.ApiDescription apiDescription ) : void
ControllerlessActionOperationFilter ( string xmlCommentsPath ) : System.Web

Method Details

Apply() public method

public Apply ( Operation operation, SchemaRegistry schemaRegistry, System.Web.Http.Description.ApiDescription apiDescription ) : void
operation Swashbuckle.Swagger.Operation
schemaRegistry Swashbuckle.Swagger.SchemaRegistry
apiDescription System.Web.Http.Description.ApiDescription
return void

ControllerlessActionOperationFilter() public method

public ControllerlessActionOperationFilter ( string xmlCommentsPath ) : System.Web
xmlCommentsPath string
return System.Web