C# Класс Pomona.Routing.DelegateRouteAction

Наследование: RouteAction
Показать файл Открыть проект

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

Метод Описание
CanProcess ( PomonaContext context ) : bool
DelegateRouteAction ( PomonaResponse>.Func func, bool>.Func condition = null ) : System
Process ( PomonaContext context ) : PomonaResponse

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

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

public CanProcess ( PomonaContext context ) : bool
context PomonaContext
Результат bool

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

public DelegateRouteAction ( PomonaResponse>.Func func, bool>.Func condition = null ) : System
func PomonaResponse>.Func
condition bool>.Func
Результат System

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

public Process ( PomonaContext context ) : PomonaResponse
context PomonaContext
Результат PomonaResponse