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

파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

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