C# Class JsonFx.UI.Jbst.Control

Inheritance: JsonFx.Client.AutoDataBindControl
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Private Properties

Свойство Type Description
EnsureAutoMarkup AutoMarkupType
RenderChildrenCallback void

Méthodes publiques

Méthode Description
Control ( ) : System

Ctor

Méthodes protégées

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

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

Private Methods

Méthode Description
EnsureAutoMarkup ( ) : AutoMarkupType
RenderChildrenCallback ( TextWriter writer ) : void

Method Details

Control() public méthode

Ctor
public Control ( ) : System
Résultat System

Render() protected méthode

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
Résultat void