C# 클래스 ActivEarth.Competition.Challenges.DisplayChallengesControl

This class represents a control that is used to display multiple Challenges to a user.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
_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