Class SwaggerFileOperationFilter
Inheritance
System.Object
SwaggerFileOperationFilter
Implements
Swashbuckle.AspNetCore.SwaggerGen.IOperationFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Filters
Assembly: mix.library.dll
Syntax
public class SwaggerFileOperationFilter : IOperationFilter
Methods
| Improve this Doc View SourceApply(OpenApiOperation, OperationFilterContext)
Declaration
public void Apply(OpenApiOperation operation, OperationFilterContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.OpenApi.Models.OpenApiOperation | operation | |
| Swashbuckle.AspNetCore.SwaggerGen.OperationFilterContext | context |
Implements
Swashbuckle.AspNetCore.SwaggerGen.IOperationFilter