Search Results for

    Show / Hide Table of Contents

    Class EndpointSummary<TRequest>

    Inheritance
    System.Object
    EndpointSummary
    EndpointSummary<TRequest>
    Summary<TEndpoint, TRequest>
    Inherited Members
    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 class EndpointSummary<TRequest> : EndpointSummary
    Type Parameters
    Name Description
    TRequest

    the type of the request dto

    Methods

    RequestParam(Expression<Func<TRequest, Object>>, String)

    add a description for a request param for a given property of the request dto

    Declaration
    public void RequestParam(Expression<Func<TRequest, object>> property, string description)
    Parameters
    Type Name Description
    System.Linq.Expressions.Expression<System.Func<TRequest, System.Object>> property

    a member expression for specifying which property the description is for

    System.String description

    the description text

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