C# Class NSoft.NFramework.FusionCharts.Web.DataXmlHandlerBase

Inheritance: NSoft.NFramework.Web.HttpHandlers.AbstractHttpAsyncHandler
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
BuildFusionChart ( ) : IChart

원하는 Chart를 빌드합니다.

Méthodes protégées

Méthode Description
DoProcessRequest ( HttpContext context ) : void

HttpContext의 요청정보를 바탕으로 HttpHandler의 실제 작업을 처리하는 메소드입니다.

SetChartAttributes ( IChart chart ) : void

환경설정에 정의된 옵션에 따라 Chart 의 속성을 설정할 수 있다. 기본적으로는 Export Image에 대한 환경설정을 수행한다.

WriteDataXml ( string dataXml ) : void

Chart의 Xml 정보를 HttpResponse 객체에 쓴다.

Method Details

BuildFusionChart() public abstract méthode

원하는 Chart를 빌드합니다.
public abstract BuildFusionChart ( ) : IChart
Résultat IChart

DoProcessRequest() protected méthode

HttpContext의 요청정보를 바탕으로 HttpHandler의 실제 작업을 처리하는 메소드입니다.
protected DoProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

SetChartAttributes() protected méthode

환경설정에 정의된 옵션에 따라 Chart 의 속성을 설정할 수 있다. 기본적으로는 Export Image에 대한 환경설정을 수행한다.
protected SetChartAttributes ( IChart chart ) : void
chart IChart
Résultat void

WriteDataXml() protected méthode

Chart의 Xml 정보를 HttpResponse 객체에 쓴다.
protected WriteDataXml ( string dataXml ) : void
dataXml string Chart의 Xml 정보
Résultat void