C# 클래스 Badges.Controllers.ApplicationController

상속: UCDArch.Web.Controller.SuperController
파일 보기 프로젝트 열기: ucdavis/Badges

보호된 프로퍼티들

프로퍼티 타입 설명
AuthenticatedUser User
RepositoryFactory IRepositoryFactory

보호된 메소드들

메소드 설명
ApplicationController ( IRepositoryFactory repositoryFactory ) : System.Linq
OnActionExecuting ( System filterContext ) : void

메소드 상세

ApplicationController() 보호된 메소드

protected ApplicationController ( IRepositoryFactory repositoryFactory ) : System.Linq
repositoryFactory IRepositoryFactory
리턴 System.Linq

OnActionExecuting() 보호된 메소드

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

프로퍼티 상세

AuthenticatedUser 보호되어 있는 프로퍼티

protected User AuthenticatedUser
리턴 User

RepositoryFactory 보호되어 있는 프로퍼티

protected IRepositoryFactory RepositoryFactory
리턴 IRepositoryFactory