C# Class Pomona.Routing.DelegateRouteAction

Inheritance: RouteAction
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
CanProcess ( PomonaContext context ) : bool
DelegateRouteAction ( PomonaResponse>.Func func, bool>.Func condition = null ) : System
Process ( PomonaContext context ) : PomonaResponse

Method Details

CanProcess() public méthode

public CanProcess ( PomonaContext context ) : bool
context PomonaContext
Résultat bool

DelegateRouteAction() public méthode

public DelegateRouteAction ( PomonaResponse>.Func func, bool>.Func condition = null ) : System
func PomonaResponse>.Func
condition bool>.Func
Résultat System

Process() public méthode

public Process ( PomonaContext context ) : PomonaResponse
context PomonaContext
Résultat PomonaResponse