C# Class Phresco.FusionCharts.ChartFromXml

Inheritance: System.Web.UI.WebControls.WebParts.WebPart
Afficher le fichier Open project: photon-infotech/sharepoint-resource-management

Private Properties

Свойство Type Description
HandleException void

Méthodes publiques

Méthode Description
ChartFromXml ( ) : System

Constructor

Méthodes protégées

Méthode 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

Méthode Description
HandleException ( Exception ex ) : void

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

Method Details

ChartFromXml() public méthode

Constructor
public ChartFromXml ( ) : System
Résultat System

CreateChildControls() protected méthode

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

ExportXmlButtonClick() protected méthode

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
Résultat void