C# Class ShoelaceMVC.Controllers.ShoelaceController

Inheritance: Controller
Afficher le fichier Open project: RyannosaurusRex/Shoelace-MVC

Protected Properties

Свойство Type Description
db ShoelaceMVC.Repositories.UnitOfWork

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
OnAuthentication ( System filterContext ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void

OnAuthentication() protected méthode

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

Property Details

db protected_oe property

protected UnitOfWork,ShoelaceMVC.Repositories db
Résultat ShoelaceMVC.Repositories.UnitOfWork