C# Class Phresco.FusionCharts.ChartFromXml

Inheritance: System.Web.UI.WebControls.WebParts.WebPart
Show file Open project: photon-infotech/sharepoint-resource-management

Private Properties

Property Type Description
HandleException void

Public Methods

Method Description
ChartFromXml ( ) : System

Constructor

Protected Methods

Method Description
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

Private Methods

Method Description
HandleException ( Exception ex ) : void

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

Method Details

ChartFromXml() public method

Constructor
public ChartFromXml ( ) : System
return System

CreateChildControls() protected method

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

ExportXmlButtonClick() protected method

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
return void