C# Class Phresco.HelloWorld.HelloWorld

Inheritance: Microsoft.SharePoint.WebPartPages.WebPart
Mostrar archivo Open project: photon-infotech/sharepoint-hw

Private Properties

Property Type Description
HandleException void

Public Methods

Method Description
HelloWorld ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void

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

OnLoad ( EventArgs e ) : void

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.

Private Methods

Method Description
HandleException ( Exception ex ) : void

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

Method Details

CreateChildControls() protected method

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

HelloWorld() public method

public HelloWorld ( ) : System
return System

OnLoad() protected method

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void