Search Results for

    Show / Hide Table of Contents

    Class Summary<TEndpoint, TRequest>

    a class used for providing a textual description about an endpoint for swagger

    Inheritance
    object
    EndpointSummary
    EndpointSummary<TRequest>
    Summary<TEndpoint, TRequest>
    Inherited Members
    EndpointSummary<TRequest>.RequestParam(Expression<Func<TRequest, object>>, string)
    EndpointSummary<TRequest>.ExampleRequest
    EndpointSummary.this[int]
    EndpointSummary.Summary
    EndpointSummary.Description
    EndpointSummary.RequestExamples
    EndpointSummary.Params
    EndpointSummary.Responses
    EndpointSummary.ResponseExamples
    EndpointSummary.ResponseHeaders
    EndpointSummary.ResponseParam<TResponse>(int, Expression<Func<TResponse, object>>, string)
    EndpointSummary.ResponseParam<TResponse>(Expression<Func<TResponse, object>>, string)
    EndpointSummary.Response<TResponse>(int, string, string, TResponse)
    EndpointSummary.Response(int, string, string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX