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 |
Method | Description | |
---|---|---|
LoadChallengeIntoDisplay ( Challenge challenge ) : void |
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 |
protected global::System.Web.UI.WebControls.Label _activityPointsValue | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Image _activityScoreImage | ||
return | global::System.Web.UI.WebControls.Image |
protected global::System.Web.UI.WebControls.Label _challengeDescription | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Image _challengeImage | ||
return | global::System.Web.UI.WebControls.Image |
protected global::System.Web.UI.WebControls.Label _challengeName | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Panel _challengePanel | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::EO.Web.ProgressBar _challengeProgressBar | ||
return | global::EO.Web.ProgressBar |