C# Class Castle.MonoRail.Framework.LayoutAttribute

Inheritance: System.Attribute, ILayoutDescriptorBuilder
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

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

LayoutAttribute() public méthode

Constructs a LayoutAttribute with the layout name.
public LayoutAttribute ( String layoutName ) : System
layoutName String
Résultat System