C# Class ActivEarth.Competition.Challenges.DisplayChallengesPage

ファイルを表示 Open project: mlcamilli/ActivEarth

Protected Properties

Property 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

Protected Methods

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

Loads the page.

Method Details

Page_Load() protected method

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.
return 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
return 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
return 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
return 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
return global::ActivEarth.Competition.Challenges.DisplayChallengesControl