Class OperationFilter<T>
- Assembly
- Codebelt.Extensions.Swashbuckle.AspNetCore.dll
Represents a configurable base class of an Swashbuckle.AspNetCore.SwaggerGen.IOperationFilter implementation.
public abstract class OperationFilter<T> : OperationFilter, IOperationFilter, IConfigurable<T> where T : class, IParameterObject, new()
Type Parameters
T
- Inheritance
-
OperationFilter<T>
- Implements
-
IOperationFilter
- Inherited Members
Constructors
OperationFilter(T)
Initializes a new instance of the DocumentFilter<T> class.
protected OperationFilter(T options)
Parameters
options
TThe configured options of this instance.
Properties
Options
Gets the configured options of this instance.
public T Options { get; }
Property Value
- T
The configured options of this instance.