C# Class Castle.MonoRail.Framework.DynamicActionProviderAttribute

Inheritance: System.Attribute
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
DynamicActionProviderAttribute ( Type providerType ) : System

Constructs a DynamicActionProviderAttribute associating the supplied type as the action provider.

Method Details

DynamicActionProviderAttribute() public method

Constructs a DynamicActionProviderAttribute associating the supplied type as the action provider.
public DynamicActionProviderAttribute ( Type providerType ) : System
providerType System.Type
return System