C# Класс Pomona.RequestProcessing.HandlerMethod

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HandlerMethod ( MethodInfo methodInfo, TypeMapper typeMapper ) : System
Match ( HttpMethod method, PathNodeType nodeType, TypeSpec resourceType ) : RouteAction
NameStartsWith ( HttpMethod method ) : bool
ReturnsType ( Type returnType ) : bool

Приватные методы

Метод Описание
MatchCollectionNodeRequest ( HttpMethod method, ResourceType resourceType ) : RouteAction
MatchMethodReturningQueryable ( ResourceType resourceType ) : RouteAction
MatchMethodTakingExistingResource ( ResourceType resourceType ) : RouteAction
MatchMethodTakingExistingResourceAndForm ( ResourceType resourceType ) : RouteAction
MatchMethodTakingForm ( ResourceType resourceType ) : RouteAction
MatchMethodTakingPatchedExistingResource ( ResourceType resourceType ) : RouteAction
MatchMethodTakingResourceId ( ResourceType resourceType ) : RouteAction
MatchResourceNodeRequest ( HttpMethod httpMethod, ResourceType resourceType ) : RouteAction

Описание методов

HandlerMethod() публичный Метод

public HandlerMethod ( MethodInfo methodInfo, TypeMapper typeMapper ) : System
methodInfo System.Reflection.MethodInfo
typeMapper TypeMapper
Результат System

Match() публичный Метод

public Match ( HttpMethod method, PathNodeType nodeType, TypeSpec resourceType ) : RouteAction
method HttpMethod
nodeType PathNodeType
resourceType TypeSpec
Результат Pomona.Routing.RouteAction

NameStartsWith() публичный Метод

public NameStartsWith ( HttpMethod method ) : bool
method HttpMethod
Результат bool

ReturnsType() публичный Метод

public ReturnsType ( Type returnType ) : bool
returnType System.Type
Результат bool