C# Class ActivEarth.Competition.Challenges.DisplayChallengeControl

Mostrar archivo Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
_activityPointsValue global::System.Web.UI.WebControls.Label
_activityScoreImage global::System.Web.UI.WebControls.Image
_challengeDescription global::System.Web.UI.WebControls.Label
_challengeImage global::System.Web.UI.WebControls.Image
_challengeName global::System.Web.UI.WebControls.Label
_challengePanel global::System.Web.UI.WebControls.Panel
_challengeProgressBar global::EO.Web.ProgressBar
_challengeProgressNumerical global::System.Web.UI.WebControls.Label

Public Methods

Method Description
LoadChallengeIntoDisplay ( Challenge challenge ) : void

Loads a Challenge's information into the display so it can be seen by the user.

Method Details

LoadChallengeIntoDisplay() public method

Loads a Challenge's information into the display so it can be seen by the user.
public LoadChallengeIntoDisplay ( Challenge challenge ) : void
challenge Challenge The challenge to load into the display.
return void

Property Details

_activityPointsValue protected_oe property

_activityPointsValue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _activityPointsValue
return global::System.Web.UI.WebControls.Label

_activityScoreImage protected_oe property

_activityScoreImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image _activityScoreImage
return global::System.Web.UI.WebControls.Image

_challengeDescription protected_oe property

_challengeDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _challengeDescription
return global::System.Web.UI.WebControls.Label

_challengeImage protected_oe property

_challengeImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image _challengeImage
return global::System.Web.UI.WebControls.Image

_challengeName protected_oe property

_challengeName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _challengeName
return global::System.Web.UI.WebControls.Label

_challengePanel protected_oe property

_challengePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel _challengePanel
return global::System.Web.UI.WebControls.Panel

_challengeProgressBar protected_oe property

_challengeProgressBar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EO.Web.ProgressBar _challengeProgressBar
return global::EO.Web.ProgressBar

_challengeProgressNumerical protected_oe property

_challengeProgressNumerical control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _challengeProgressNumerical
return global::System.Web.UI.WebControls.Label