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

Represents the information about a Helper class associated with a Controller
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

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

HelperDescriptor() public méthode

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.
Résultat System