C# Class WebApiService.SwaggerConfig.ControllerlessActionOperationFilter

Inheritance: IOperationFilter
Afficher le fichier Open project: dotnetjunkie/solidservices

Méthodes publiques

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

Method Details

Apply() public méthode

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
Résultat void

ControllerlessActionOperationFilter() public méthode

public ControllerlessActionOperationFilter ( string xmlCommentsPath ) : System.Web
xmlCommentsPath string
Résultat System.Web