Search Results for

    Show / Hide Table of Contents

    Class Summary<TEndpoint>

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

    Inheritance
    object
    EndpointSummary
    Summary<TEndpoint>
    Inherited Members
    EndpointSummary.this[int]
    EndpointSummary.Summary
    EndpointSummary.Description
    EndpointSummary.RequestExamples
    EndpointSummary.ExampleRequest
    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> : EndpointSummary where TEndpoint : IEndpoint
    Type Parameters
    Name Description
    TEndpoint

    the type of the endpoint this summary is associated with

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