Class Summary<TEndpoint>
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> : EndpointSummary where TEndpoint : IEndpoint
Type Parameters
Name | Description |
---|---|
TEndpoint | the type of the endpoint this summary is associated with |