Class Summary<TEndpoint, TRequest>
a class used for providing a textual description about an endpoint for swagger
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Summary<TEndpoint, TRequest> : EndpointSummary<TRequest> where TEndpoint : IEndpoint where TRequest : notnull
Type Parameters
| Name | Description |
|---|---|
| TEndpoint | the type of the endpoint this summary is associated with |
| TRequest | the type of the request dto |