C# Class ActivEarth.Competition.Challenges.DisplayChallengesControl

This class represents a control that is used to display multiple Challenges to a user.
Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
_displayChallengeControls global::System.Web.UI.WebControls.Panel

Méthodes publiques

Méthode Description
AddChallengeToDisplay ( Challenge challenge ) : void

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

Method Details

AddChallengeToDisplay() public méthode

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.
Résultat void

Property Details

_displayChallengeControls protected_oe property

_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
Résultat global::System.Web.UI.WebControls.Panel