C# Class ActivEarth.Competition.Badges.DisplayBadgesControl

显示文件 Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
_displayBadgeControls global::System.Web.UI.WebControls.Panel

Public Methods

Method Description
AddBadgeToDisplay ( Badge badge ) : void

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

Method Details

AddBadgeToDisplay() public method

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.
return 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
return global::System.Web.UI.WebControls.Panel