C# Class Castle.MonoRail.Framework.ControllerDetailsAttribute

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

Public Methods

Method Description
ControllerDetailsAttribute ( ) : System

Constructs a ControllerDetailsAttribute

ControllerDetailsAttribute ( String name ) : System

Constructs a ControllerDetailsAttribute with a name for the controller.

Method Details

ControllerDetailsAttribute() public method

Constructs a ControllerDetailsAttribute
public ControllerDetailsAttribute ( ) : System
return System

ControllerDetailsAttribute() public method

Constructs a ControllerDetailsAttribute with a name for the controller.
public ControllerDetailsAttribute ( String name ) : System
name String The specified Controller Name
return System