C# Class PI.WebGarten.MethodBasedCommands.MethodBasedCommand

Inheritance: ICommand
Afficher le fichier Open project: isel-leic-pi/WebGarten

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( RequestInfo req ) : HttpResponse
req RequestInfo
Résultat HttpResponse

MethodBasedCommand() public méthode

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
Résultat System