C# 클래스 Castle.MonoRail.Framework.LayoutAttribute

상속: System.Attribute, ILayoutDescriptorBuilder
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
BuildLayoutDescriptor ( ) : LayoutDescriptor

ILayoutDescriptorBuilder implementation. Gets the descriptor that describes the layout.

LayoutAttribute ( String layoutName ) : System

Constructs a LayoutAttribute with the layout name.

메소드 상세

BuildLayoutDescriptor() 공개 메소드

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

LayoutAttribute() 공개 메소드

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