C# 클래스 Castle.MonoRail.Framework.Views.Aspx.InvokeHelper

Control used to invoke method os a specified Helper.
상속: System.Web.UI.Control
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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