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

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

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

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

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

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

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

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

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

Adds a Challenge to the display so it can be seen by the user.
public AddChallengeToDisplay ( Challenge challenge ) : void
challenge ActivEarth.Objects.Competition.Challenges.Challenge The challenge to add to the display.
Результат void

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

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

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