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

Represents the meta information and type of an implementation of ITransformFilter.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
TransformFilterDescriptor ( Type transformFilterType, int executionOrder, TransformFilterAttribute attribute ) : System

Initializes a new instance of the TransformFilterDescriptor class.

메소드 상세

TransformFilterDescriptor() 공개 메소드

Initializes a new instance of the TransformFilterDescriptor class.
public TransformFilterDescriptor ( Type transformFilterType, int executionOrder, TransformFilterAttribute attribute ) : System
transformFilterType System.Type Type of the transform filter.
executionOrder int The execution order.
attribute Castle.MonoRail.Framework.TransformFilterAttribute The attribute.
리턴 System