C# 클래스 Masonry.Core.Composition.CompositionScopeFilterAttributeFilterProvider

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

공개 메소드들

메소드 설명
CompositionScopeFilterAttributeFilterProvider ( ) : 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

비공개 메소드들

메소드 설명
ComposeAttributes ( IEnumerable attributes ) : void

메소드 상세

CompositionScopeFilterAttributeFilterProvider() 공개 메소드

public CompositionScopeFilterAttributeFilterProvider ( ) : System.Collections.Generic
리턴 System.Collections.Generic

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