C# Класс ActivEarth.Competition.Badges.DisplayBadgesControl

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_displayBadgeControls global::System.Web.UI.WebControls.Panel

Открытые методы

Метод Описание
AddBadgeToDisplay ( Badge badge ) : void

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

Описание методов

AddBadgeToDisplay() публичный Метод

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.
Результат void

Описание свойств

_displayBadgeControls защищенное свойство

_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
Результат global::System.Web.UI.WebControls.Panel