C# Class Castle.MonoRail.Framework.AccessibleThroughAttribute

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

Public Methods

Method Description
AccessibleThroughAttribute ( Verb verb ) : System

Constructs a AccessibleThroughAttribute with the specified verb.

Method Details

AccessibleThroughAttribute() public method

Constructs a AccessibleThroughAttribute with the specified verb.
public AccessibleThroughAttribute ( Verb verb ) : System
verb Verb The to allow for this action.
return System