C# Class ActivEarth.Competition.Badges.DisplayBadgesControl

Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
_displayBadgeControls global::System.Web.UI.WebControls.Panel

Méthodes publiques

Méthode Description
AddBadgeToDisplay ( Badge badge ) : void

Adds a Badge to the display so it can be seen by the user.

Method Details

AddBadgeToDisplay() public méthode

Adds a Badge to the display so it can be seen by the user.
public AddBadgeToDisplay ( Badge badge ) : void
badge Badge The Badge to add to the display.
Résultat void

Property Details

_displayBadgeControls protected_oe property

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