Castle.MonoRail.Framework.ViewComponentDetailsAttribute.ViewComponentDetailsAttribute C# (CSharp) Method

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
		public ViewComponentDetailsAttribute(String name)
		{
			this.name = name;
		}
ViewComponentDetailsAttribute