C# Класс ActivEarth.Competition.Challenges.DisplayChallengeControl

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

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

Свойство Тип Описание
_activityPointsValue global::System.Web.UI.WebControls.Label
_activityScoreImage global::System.Web.UI.WebControls.Image
_challengeDescription global::System.Web.UI.WebControls.Label
_challengeImage global::System.Web.UI.WebControls.Image
_challengeName global::System.Web.UI.WebControls.Label
_challengePanel global::System.Web.UI.WebControls.Panel
_challengeProgressBar global::EO.Web.ProgressBar
_challengeProgressNumerical global::System.Web.UI.WebControls.Label

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

Метод Описание
LoadChallengeIntoDisplay ( Challenge challenge ) : void

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

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

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

Loads a Challenge's information into the display so it can be seen by the user.
public LoadChallengeIntoDisplay ( Challenge challenge ) : void
challenge Challenge The challenge 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

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

_challengeDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _challengeDescription
Результат global::System.Web.UI.WebControls.Label

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

_challengeImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image _challengeImage
Результат global::System.Web.UI.WebControls.Image

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

_challengeName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _challengeName
Результат global::System.Web.UI.WebControls.Label

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

_challengePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel _challengePanel
Результат global::System.Web.UI.WebControls.Panel

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

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

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

_challengeProgressNumerical control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _challengeProgressNumerical
Результат global::System.Web.UI.WebControls.Label