C# 클래스 Castle.MonoRail.Framework.Internal.FilterDescriptor

Represents the meta information and type of an implementation of IFilter.
상속: ICloneable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a new object that is a copy of the current instance.

FilterDescriptor ( Type filterType, ExecuteEnum when, int executionOrder, FilterAttribute attribute ) : System

Initializes a new instance of the FilterDescriptor class.

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
리턴 object

FilterDescriptor() 공개 메소드

Initializes a new instance of the FilterDescriptor class.
public FilterDescriptor ( Type filterType, ExecuteEnum when, int executionOrder, FilterAttribute attribute ) : System
filterType System.Type Type of the filter.
when ExecuteEnum The flag that defines when it should run.
executionOrder int The execution order.
attribute FilterAttribute The attribute.
리턴 System