C# Class Castle.MonoRail.Framework.ViewComponentDetailsAttribute

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

Public Methods

Method Description
ViewComponentDetailsAttribute ( String name ) : System

Initializes a new instance of the ViewComponentDetailsAttribute class.

Method Details

ViewComponentDetailsAttribute() public method

Initializes a new instance of the ViewComponentDetailsAttribute class.
public ViewComponentDetailsAttribute ( String name ) : System
name String The specified ViewComponent's Name
return System