C# Class TicketingSystem.Web.Controllers.BaseController

Inheritance: Controller
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
BaseController ( ITicketingSystemData data ) : System.Linq

Méthodes protégées

Méthode Description
GetModelStateErrors ( ) : string
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Method Details

BaseController() public méthode

public BaseController ( ITicketingSystemData data ) : System.Linq
data ITicketingSystemData
Résultat System.Linq

GetModelStateErrors() protected méthode

protected GetModelStateErrors ( ) : string
Résultat string

OnException() protected méthode

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void