C# 클래스 Phresco.FusionCharts.ChartFromXml

상속: System.Web.UI.WebControls.WebParts.WebPart
파일 보기 프로젝트 열기: photon-infotech/sharepoint-resource-management

Private Properties

프로퍼티 타입 설명
HandleException void

공개 메소드들

메소드 설명
ChartFromXml ( ) : System

Constructor

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.

ExportXmlButtonClick ( object sender, EventArgs e ) : void

When the user click on the export to XML button so we get to xml, and make it download

비공개 메소드들

메소드 설명
HandleException ( Exception ex ) : void

Clear all child controls and add an error message for display.

메소드 상세

ChartFromXml() 공개 메소드

Constructor
public ChartFromXml ( ) : System
리턴 System

CreateChildControls() 보호된 메소드

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
protected CreateChildControls ( ) : void
리턴 void

ExportXmlButtonClick() 보호된 메소드

When the user click on the export to XML button so we get to xml, and make it download
protected ExportXmlButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void