C# Class Castle.MonoRail.Framework.DefaultActionAttribute

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

Public Methods

Method Description
DefaultActionAttribute ( ) : System

Constructs a DefaultActionAttribute using DefaultAction as the default action name

DefaultActionAttribute ( String action ) : System

Constructs a DefaultActionAttribute using the supplied value as the default action name

Method Details

DefaultActionAttribute() public method

Constructs a DefaultActionAttribute using DefaultAction as the default action name
public DefaultActionAttribute ( ) : System
return System

DefaultActionAttribute() public method

Constructs a DefaultActionAttribute using the supplied value as the default action name
public DefaultActionAttribute ( String action ) : System
action String
return System