C# 클래스 Castle.MonoRail.Framework.FilterAttribute

상속: System.Attribute, IFilterDescriptorBuilder
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
BuildFilterDescriptors ( ) : Castle.MonoRail.Framework.Descriptors.FilterDescriptor[]

Implementation of IFilterDescriptorBuilder. Returns the descriptor for this filter association.

FilterAttribute ( ExecuteEnum when, Type filterType ) : System

Constructs a FilterAttribute associating the filter type and when the filter should be invoked.

메소드 상세

BuildFilterDescriptors() 공개 메소드

Implementation of IFilterDescriptorBuilder. Returns the descriptor for this filter association.
public BuildFilterDescriptors ( ) : Castle.MonoRail.Framework.Descriptors.FilterDescriptor[]
리턴 Castle.MonoRail.Framework.Descriptors.FilterDescriptor[]

FilterAttribute() 공개 메소드

Constructs a FilterAttribute associating the filter type and when the filter should be invoked.
public FilterAttribute ( ExecuteEnum when, Type filterType ) : System
when ExecuteEnum When to execute the filter
filterType System.Type The filter implementation
리턴 System