Search Results for

    Show / Hide Table of Contents

    Class Summary<TEndpoint, TRequest>

    Inheritance
    System.Object
    EndpointSummary
    EndpointSummary<TRequest>
    Summary<TEndpoint, TRequest>
    Inherited Members
    EndpointSummary<TRequest>.RequestParam(Expression<Func<TRequest, Object>>, String)
    EndpointSummary.Item[Int32]
    EndpointSummary.Summary
    EndpointSummary.Description
    EndpointSummary.ExampleRequest
    EndpointSummary.Params
    EndpointSummary.Responses
    EndpointSummary.ResponseExamples
    EndpointSummary.ResponseParam<TResponse>(Int32, Expression<Func<TResponse, Object>>, String)
    EndpointSummary.ResponseParam<TResponse>(Expression<Func<TResponse, Object>>, String)
    EndpointSummary.Response<TResponse>(Int32, String, String, TResponse)
    EndpointSummary.Response(Int32, String, String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public abstract class Summary<TEndpoint, TRequest> : EndpointSummary<TRequest>, ISummary where TEndpoint : IEndpoint
    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