C# 클래스 Pomona.Routing.DelegateRouteAction

상속: RouteAction
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
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