C# 클래스 StructureMapFilterAttributeFilterProvider, AtosMvcStarterKit

상속: System.Web.Mvc.FilterAttributeFilterProvider
파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit 1 사용 예제들

공개 메소드들

메소드 설명
StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc

보호된 메소드들

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

메소드 상세

GetActionAttributes() 보호된 메소드

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

GetControllerAttributes() 보호된 메소드

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

StructureMapFilterAttributeFilterProvider() 공개 메소드

public StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc
container IContainer
리턴 System.Web.Mvc