C# Class PI.WebGarten.MethodBasedCommands.MethodBasedCommand

Inheritance: ICommand
Show file Open project: isel-leic-pi/WebGarten

Public Methods

Method Description
Execute ( RequestInfo req ) : HttpResponse
MethodBasedCommand ( MethodInfo mi, PI.WebGarten.MethodBasedCommands.HttpCmdAttribute attr, object>.IEnumerable binders ) : System

Method Details

Execute() public method

public Execute ( RequestInfo req ) : HttpResponse
req RequestInfo
return HttpResponse

MethodBasedCommand() public method

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
return System