C# 클래스 NSoft.NFramework.FusionCharts.Web.DataXmlHandlerBase

상속: NSoft.NFramework.Web.HttpHandlers.AbstractHttpAsyncHandler
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
BuildFusionChart ( ) : IChart

원하는 Chart를 빌드합니다.

보호된 메소드들

메소드 설명
DoProcessRequest ( HttpContext context ) : void

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

SetChartAttributes ( IChart chart ) : void

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

WriteDataXml ( string dataXml ) : void

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

메소드 상세

BuildFusionChart() 공개 추상적인 메소드

원하는 Chart를 빌드합니다.
public abstract BuildFusionChart ( ) : IChart
리턴 IChart

DoProcessRequest() 보호된 메소드

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

SetChartAttributes() 보호된 메소드

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

WriteDataXml() 보호된 메소드

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