C# Класс Castle.MonoRail.Framework.Views.Aspx.InvokeHelper

Control used to invoke method os a specified Helper.
Наследование: System.Web.UI.Control
Показать файл Открыть проект

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

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
GetHelper ( ) : object
GetMethod ( object helper ) : MethodInfo

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

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

Binds a data source to the invoked server control and all its child controls.
public DataBind ( ) : void
Результат void

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

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

Render() защищенный Метод

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.
Результат void