C# Class JsonFx.UI.Jbst.Control

Inheritance: JsonFx.Client.AutoDataBindControl
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Private Properties

Property Type Description
EnsureAutoMarkup AutoMarkupType
RenderChildrenCallback void

Public Methods

Method Description
Control ( ) : System

Ctor

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the JBST control reference and any stored data to be used.

Private Methods

Method Description
EnsureAutoMarkup ( ) : AutoMarkupType
RenderChildrenCallback ( TextWriter writer ) : void

Method Details

Control() public method

Ctor
public Control ( ) : System
return System

Render() protected method

Renders the JBST control reference and any stored data to be used.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void