C# Class Castle.MonoRail.Framework.LayoutAttribute

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

Public Methods

Method Description
BuildLayoutDescriptor ( ) : LayoutDescriptor

ILayoutDescriptorBuilder implementation. Gets the descriptor that describes the layout.

LayoutAttribute ( String layoutName ) : System

Constructs a LayoutAttribute with the layout name.

Method Details

BuildLayoutDescriptor() public method

ILayoutDescriptorBuilder implementation. Gets the descriptor that describes the layout.
public BuildLayoutDescriptor ( ) : LayoutDescriptor
return Castle.MonoRail.Framework.Internal.LayoutDescriptor

LayoutAttribute() public method

Constructs a LayoutAttribute with the layout name.
public LayoutAttribute ( String layoutName ) : System
layoutName String
return System