C# Class ActivEarth.Competition.Badges.DisplayBadgeControl

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

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

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.
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Image

_badgeImage protected_oe 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
Résultat global::System.Web.UI.WebControls.Image

_badgeName protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

_badgePanel protected_oe 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
Résultat global::System.Web.UI.WebControls.Panel

_badgeProgressBar protected_oe property

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

_badgeProgressNumerical protected_oe 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
Résultat global::System.Web.UI.WebControls.Label