C# Class ActivEarth.Competition.Badges.DisplayBadgesPage

This class represents the Badges page on the ActivEarth website.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
_displayBadgesControl global::ActivEarth.Competition.Badges.DisplayBadgesControl

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Loads the Badges page.

Method Details

Page_Load() protected méthode

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.
Résultat 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
Résultat global::ActivEarth.Competition.Badges.DisplayBadgesControl