Table of Contents

DocumentFilter<T> Class

Definition

Namespace
Codebelt.Extensions.Swashbuckle.AspNetCore
Assemblies
Codebelt.Extensions.Swashbuckle.AspNetCore.dll
Source
src/Codebelt.Extensions.Swashbuckle.AspNetCore/DocumentFilter.cs

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.

See Also