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

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

공개 메소드들

메소드 설명
BuildHelperDescriptors ( ) : Castle.MonoRail.Framework.Internal.HelperDescriptor[]

IHelperDescriptorBuilder implementation. Gets the HelperDescriptor that describes the helper.

HelperAttribute ( Type helperType ) : System

Constructs a HelperAttribute with the supplied helperType.

HelperAttribute ( Type helperType, String name ) : System

Constructs a HelperAttribute with the supplied helperType and a name to be bound to it.

메소드 상세

BuildHelperDescriptors() 공개 메소드

IHelperDescriptorBuilder implementation. Gets the HelperDescriptor that describes the helper.
public BuildHelperDescriptors ( ) : Castle.MonoRail.Framework.Internal.HelperDescriptor[]
리턴 Castle.MonoRail.Framework.Internal.HelperDescriptor[]

HelperAttribute() 공개 메소드

Constructs a HelperAttribute with the supplied helperType.
public HelperAttribute ( Type helperType ) : System
helperType System.Type The helper type
리턴 System

HelperAttribute() 공개 메소드

Constructs a HelperAttribute with the supplied helperType and a name to be bound to it.
public HelperAttribute ( Type helperType, String name ) : System
helperType System.Type The helper type
name String Name bound to the helper. The name will be /// used on the view to gain access to it
리턴 System