C# Class Castle.MonoRail.Framework.Internal.HelperDescriptor

Represents the information about a Helper class associated with a Controller
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
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.

Method Details

HelperDescriptor() public method

Initializes a new instance of the HelperDescriptor class.
public HelperDescriptor ( Type helperType ) : System
helperType System.Type Type of the helper.
return System

HelperDescriptor() public method

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.
return System