C# 클래스 SharpArch.Web.Mvc.Castle.WindsorFilterAttributeProvider

상속: System.Web.Mvc.FilterAttributeFilterProvider
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

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

Aggregates the filters from all of the filter providers into one collection.

WindsorFilterAttributeProvider ( [ container, [ typePropertyDescriptorCache ) : System

Create new instance.

메소드 상세

GetFilters() 공개 메소드

Aggregates the filters from all of the filter providers into one collection.
public GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext The controller context.
actionDescriptor System.Web.Mvc.ActionDescriptor The action descriptor.
리턴 IEnumerable

WindsorFilterAttributeProvider() 공개 메소드

Create new instance.
Container is null.
public WindsorFilterAttributeProvider ( [ container, [ typePropertyDescriptorCache ) : System
container [ Windsor container.
typePropertyDescriptorCache [
리턴 System