C# Class Castle.MonoRail.Framework.Internal.TransformFilterDescriptor

Represents the meta information and type of an implementation of ITransformFilter.
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
TransformFilterDescriptor ( Type transformFilterType, int executionOrder, TransformFilterAttribute attribute ) : System

Initializes a new instance of the TransformFilterDescriptor class.

Method Details

TransformFilterDescriptor() public method

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.
return System