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

This class represents a control that is used to display a single Badge.
Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

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

Свойство Тип Описание
_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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

_badgeProgressBar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EO.Web.ProgressBar _badgeProgressBar
Результат global::EO.Web.ProgressBar

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

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