C# Class Castle.MonoRail.Framework.Internal.LayoutDescriptor

Represents a layout configuration
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
LayoutDescriptor ( String layoutName ) : System

Initializes a new instance of the LayoutDescriptor class.

Method Details

LayoutDescriptor() public method

Initializes a new instance of the LayoutDescriptor class.
public LayoutDescriptor ( String layoutName ) : System
layoutName String Name of the layout.
return System