C# 클래스 PI.WebGarten.MethodBasedCommands.MethodBasedCommand

상속: ICommand
파일 보기 프로젝트 열기: isel-leic-pi/WebGarten

공개 메소드들

메소드 설명
Execute ( RequestInfo req ) : HttpResponse
MethodBasedCommand ( MethodInfo mi, PI.WebGarten.MethodBasedCommands.HttpCmdAttribute attr, object>.IEnumerable binders ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( RequestInfo req ) : HttpResponse
req RequestInfo
리턴 HttpResponse

MethodBasedCommand() 공개 메소드

public MethodBasedCommand ( MethodInfo mi, PI.WebGarten.MethodBasedCommands.HttpCmdAttribute attr, object>.IEnumerable binders ) : System
mi System.Reflection.MethodInfo
attr PI.WebGarten.MethodBasedCommands.HttpCmdAttribute
binders object>.IEnumerable
리턴 System