C# Class JsonFx.Client.ScriptDataBlock

Inheritance: System.Web.UI.Control
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Private Properties

Property Type Description

Public Methods

Method Description
ScriptDataBlock ( ) : System

Ctor

this ( string varName ) : object

Gets and sets values in the JavaScript global namespace.

Protected Methods

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

Renders the data items as a block of JavaScript

Method Details

Render() protected method

Renders the data items as a block of JavaScript
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

ScriptDataBlock() public method

Ctor
public ScriptDataBlock ( ) : System
return System

this() public method

Gets and sets values in the JavaScript global namespace.
public this ( string varName ) : object
varName string
return object