C# Class NServiceMVC.ServiceController

Inheritance: System.Web.Mvc.Controller, IServiceController
Afficher le fichier Open project: gregmac/NServiceMVC

Méthodes publiques

Méthode Description
ServiceController ( ) : System

Méthodes protégées

Méthode Description
OnActionExecuted ( System filterContext ) : void
OnActionExecuting ( System filterContext ) : void

Method Details

OnActionExecuted() protected méthode

protected OnActionExecuted ( System filterContext ) : void
filterContext System
Résultat void

OnActionExecuting() protected méthode

protected OnActionExecuting ( System filterContext ) : void
filterContext System
Résultat void

ServiceController() public méthode

public ServiceController ( ) : System
Résultat System