C# Class Castle.MonoRail.Framework.Views.Aspx.InvokeHelper

Control used to invoke method os a specified Helper.
Inheritance: System.Web.UI.Control
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DataBind ( ) : void

Binds a data source to the invoked server control and all its child controls.

InvokeHelper ( ) : System

Initializes a new instance of the InvokeHelper class.

Méthodes protégées

Méthode Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Sends server control content to a provided object, which writes the content to be rendered on the client.

Private Methods

Méthode Description
GetHelper ( ) : object
GetMethod ( object helper ) : MethodInfo

Method Details

DataBind() public méthode

Binds a data source to the invoked server control and all its child controls.
public DataBind ( ) : void
Résultat void

InvokeHelper() public méthode

Initializes a new instance of the InvokeHelper class.
public InvokeHelper ( ) : System
Résultat System

Render() protected méthode

Sends server control content to a provided object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
Résultat void