C# Class SpeakerNet.Infrastructure.Mvc.DatabaseContextActionInvoker

Inheritance: System.Web.Mvc.ControllerActionInvoker
Afficher le fichier Open project: dotnet-koelnbonn/SpeakerNet

Méthodes publiques

Méthode Description
DatabaseContextActionInvoker ( ) : System

Méthodes protégées

Méthode Description
InvokeActionMethod ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object>.IDictionary parameters ) : System.Web.Mvc.ActionResult

Method Details

DatabaseContextActionInvoker() public méthode

public DatabaseContextActionInvoker ( ) : System
Résultat System

InvokeActionMethod() protected méthode

protected InvokeActionMethod ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object>.IDictionary parameters ) : System.Web.Mvc.ActionResult
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
parameters object>.IDictionary
Résultat System.Web.Mvc.ActionResult