C# Класс Castle.MonoRail.Framework.Internal.HelperDescriptor

Represents the information about a Helper class associated with a Controller
Показать файл Открыть проект

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

Метод Описание
HelperDescriptor ( Type helperType ) : System

Initializes a new instance of the HelperDescriptor class.

HelperDescriptor ( Type helperType, String name ) : System

Initializes a new instance of the HelperDescriptor class.

Описание методов

HelperDescriptor() публичный Метод

Initializes a new instance of the HelperDescriptor class.
public HelperDescriptor ( Type helperType ) : System
helperType System.Type Type of the helper.
Результат System

HelperDescriptor() публичный Метод

Initializes a new instance of the HelperDescriptor class.
public HelperDescriptor ( Type helperType, String name ) : System
helperType System.Type Type of the helper.
name String A custom name to use to access the helper from the view.
Результат System