C# 클래스 DB_JS_Default, ChargePredictor

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: nesl/ChargePredictor

공개 메소드들

메소드 설명
GetFactoryDetailedChartHtml ( ) : string
GetFactorySummayChartHtml ( ) : string
GetScript ( ) : string

보호된 메소드들

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

메소드 상세

GetFactoryDetailedChartHtml() 공개 메소드

public GetFactoryDetailedChartHtml ( ) : string
리턴 string

GetFactorySummayChartHtml() 공개 메소드

public GetFactorySummayChartHtml ( ) : string
리턴 string

GetScript() 공개 메소드

public GetScript ( ) : string
리턴 string

Page_Load() 보호된 메소드

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
리턴 void