C# Class DB_JS_Default, ChargePredictor

Inheritance: System.Web.UI.Page
显示文件 Open project: nesl/ChargePredictor

Public Methods

Method Description
GetFactoryDetailedChartHtml ( ) : string
GetFactorySummayChartHtml ( ) : string
GetScript ( ) : string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

The following string will contain the JS Data and variables. This string will be built in ASP.NET and rendered at run-time as JavaScript.

Method Details

GetFactoryDetailedChartHtml() public method

public GetFactoryDetailedChartHtml ( ) : string
return string

GetFactorySummayChartHtml() public method

public GetFactorySummayChartHtml ( ) : string
return string

GetScript() public method

public GetScript ( ) : string
return string

Page_Load() protected method

The following string will contain the JS Data and variables. This string will be built in ASP.NET and rendered at run-time as JavaScript.
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void