C# 클래스 CMajor.Infrastructure.NinjectFilterAttributeFilterProvider

상속: System.Web.Mvc.FilterAttributeFilterProvider
파일 보기 프로젝트 열기: jittuu/CMajor

공개 메소드들

메소드 설명
NinjectFilterAttributeFilterProvider ( IKernel kernel ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable

메소드 상세

GetActionAttributes() 보호된 메소드

protected GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
리턴 IEnumerable

GetControllerAttributes() 보호된 메소드

protected GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
리턴 IEnumerable

NinjectFilterAttributeFilterProvider() 공개 메소드

public NinjectFilterAttributeFilterProvider ( IKernel kernel ) : System.Collections.Generic
kernel IKernel
리턴 System.Collections.Generic