C# Class ActivEarth.Competition.Badges.DisplayBadgeControl

This class represents a control that is used to display a single Badge.
Inheritance: System.Web.UI.UserControl
Show file Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
_activityPointsValue global::System.Web.UI.WebControls.Label
_activityScoreImage global::System.Web.UI.WebControls.Image
_badgeImage global::System.Web.UI.WebControls.Image
_badgeName global::System.Web.UI.WebControls.Label
_badgePanel global::System.Web.UI.WebControls.Panel
_badgeProgressBar global::EO.Web.ProgressBar
_badgeProgressNumerical global::System.Web.UI.WebControls.Label

Public Methods

Method Description
LoadBadgeIntoDisplay ( Badge badge ) : void

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

Method Details

LoadBadgeIntoDisplay() public method

Loads a Badge's information into the display so it can be seen by the user.
public LoadBadgeIntoDisplay ( Badge badge ) : void
badge ActivEarth.Objects.Competition.Badges.Badge The Badge to load into the display.
return void

Property Details

_activityPointsValue protected 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 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

_badgeImage protected property

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

_badgeName protected property

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

_badgePanel protected property

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

_badgeProgressBar protected property

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

_badgeProgressNumerical protected property

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