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

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

Public Methods

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

Protected Methods

Method 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

Method Description
GetHelper ( ) : object
GetMethod ( object helper ) : MethodInfo

Method Details

DataBind() public method

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

InvokeHelper() public method

Initializes a new instance of the InvokeHelper class.
public InvokeHelper ( ) : System
return System

Render() protected method

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