SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
SimpleRest.Api.SimpleRestMap Class Reference

Public Member Functions

 SimpleRestMap (string endpoint, SimpleRestMethod method, ApiMiddleWare middleWare, ISimpleRestUriTemplateFormatter? templateHandler=null, ISimpleRestRouteHandler[]? routeHandlers=null)
 
override string ToString ()
 

Properties

SimpleRestMethod Method [get]
 
ApiMiddleWare Middleware [get]
 
Uri.UriTemplate Pattern [get]
 
string Endpoint [get]
 
ISimpleRestRouteHandler?[] RouteHandlers [get]
 

Detailed Description

Definition at line 7 of file SimpleRestMap.cs.

Constructor & Destructor Documentation

◆ SimpleRestMap()

SimpleRest.Api.SimpleRestMap.SimpleRestMap ( string endpoint,
SimpleRestMethod method,
ApiMiddleWare middleWare,
ISimpleRestUriTemplateFormatter? templateHandler = null,
ISimpleRestRouteHandler?[] routeHandlers = null )

Definition at line 17 of file SimpleRestMap.cs.

Member Function Documentation

◆ ToString()

override string SimpleRest.Api.SimpleRestMap.ToString ( )

Definition at line 34 of file SimpleRestMap.cs.

Property Documentation

◆ Endpoint

string SimpleRest.Api.SimpleRestMap.Endpoint
get

Definition at line 14 of file SimpleRestMap.cs.

◆ Method

SimpleRestMethod SimpleRest.Api.SimpleRestMap.Method
get

Definition at line 9 of file SimpleRestMap.cs.

◆ Middleware

ApiMiddleWare SimpleRest.Api.SimpleRestMap.Middleware
get

Definition at line 12 of file SimpleRestMap.cs.

◆ Pattern

Uri.UriTemplate SimpleRest.Api.SimpleRestMap.Pattern
get

Definition at line 13 of file SimpleRestMap.cs.

◆ RouteHandlers

ISimpleRestRouteHandler? [] SimpleRest.Api.SimpleRestMap.RouteHandlers
get

Definition at line 15 of file SimpleRestMap.cs.


The documentation for this class was generated from the following file: