C# Class ActivEarth.Competition.Challenges.DisplayChallengesPage

Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
_displayDailyChallenges global::ActivEarth.Competition.Challenges.DisplayChallengesControl
_displayMonthlyChallenges global::ActivEarth.Competition.Challenges.DisplayChallengesControl
_displayPersistentChallenges global::ActivEarth.Competition.Challenges.DisplayChallengesControl
_displayWeeklyChallenges global::ActivEarth.Competition.Challenges.DisplayChallengesControl

Méthodes protégées

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

Loads the page.

Method Details

Page_Load() protected méthode

Loads the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Sender that request the page load.
e EventArgs The arguments of the event.
Résultat void

Property Details

_displayDailyChallenges protected_oe property

_displayDailyChallenges control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Challenges.DisplayChallengesControl _displayDailyChallenges
Résultat global::ActivEarth.Competition.Challenges.DisplayChallengesControl

_displayMonthlyChallenges protected_oe property

_displayMonthlyChallenges control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Challenges.DisplayChallengesControl _displayMonthlyChallenges
Résultat global::ActivEarth.Competition.Challenges.DisplayChallengesControl

_displayPersistentChallenges protected_oe property

_displayPersistentChallenges control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Challenges.DisplayChallengesControl _displayPersistentChallenges
Résultat global::ActivEarth.Competition.Challenges.DisplayChallengesControl

_displayWeeklyChallenges protected_oe property

_displayWeeklyChallenges control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Challenges.DisplayChallengesControl _displayWeeklyChallenges
Résultat global::ActivEarth.Competition.Challenges.DisplayChallengesControl