C# Class ActivEarth.Competition.Badges.DisplayBadgesPage

This class represents the Badges page on the ActivEarth website.
Inheritance: System.Web.UI.Page
显示文件 Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
_displayBadgesControl global::ActivEarth.Competition.Badges.DisplayBadgesControl

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Loads the Badges page.

Method Details

Page_Load() protected method

Loads the Badges page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that called the load event.
e System.EventArgs Arguments of the event.
return void

Property Details

_displayBadgesControl protected_oe property

_displayBadgesControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Badges.DisplayBadgesControl _displayBadgesControl
return global::ActivEarth.Competition.Badges.DisplayBadgesControl