C# Класс Castle.MonoRail.Framework.HelperAttribute

Наследование: System.Attribute, IHelperDescriptorBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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