C# 클래스 ShoelaceMVC.Controllers.ShoelaceController

상속: Controller
파일 보기 프로젝트 열기: RyannosaurusRex/Shoelace-MVC

보호된 프로퍼티들

프로퍼티 타입 설명
db ShoelaceMVC.Repositories.UnitOfWork

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
OnAuthentication ( System filterContext ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnActionExecuting() 보호된 메소드

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void

OnAuthentication() 보호된 메소드

protected OnAuthentication ( System filterContext ) : void
filterContext System
리턴 void

프로퍼티 상세

db 보호되어 있는 프로퍼티

protected UnitOfWork,ShoelaceMVC.Repositories db
리턴 ShoelaceMVC.Repositories.UnitOfWork