DocumentFilter<T> Class
Definition
- Namespace
- Codebelt.Extensions.Swashbuckle.AspNetCore
- Assemblies
- Codebelt.Extensions.Swashbuckle.AspNetCore.dll
Represents a configurable base class of an IDocumentFilter implementation.
public abstract class DocumentFilter<T> : DocumentFilter, IDocumentFilter, IConfigurable<T> where T : class, IParameterObject, new()
Type Parameters
T
- Inheritance
-
DocumentFilter<T>
- Implements
- Derived
- Inherited Members
Constructors
| Name | Description |
|---|---|
| DocumentFilter(T) | Initializes a new instance of the DocumentFilter<T> class. |
Properties
| Name | Description |
|---|---|
| Options | Gets the configured options of this instance. |