C# 클래스 ActivEarth.Competition.Badges.DisplayBadgeControl

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

보호된 프로퍼티들

프로퍼티 타입 설명
_activityPointsValue global::System.Web.UI.WebControls.Label
_activityScoreImage global::System.Web.UI.WebControls.Image
_badgeImage global::System.Web.UI.WebControls.Image
_badgeName global::System.Web.UI.WebControls.Label
_badgePanel global::System.Web.UI.WebControls.Panel
_badgeProgressBar global::EO.Web.ProgressBar
_badgeProgressNumerical global::System.Web.UI.WebControls.Label

공개 메소드들

메소드 설명
LoadBadgeIntoDisplay ( Badge badge ) : void

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

메소드 상세

LoadBadgeIntoDisplay() 공개 메소드

Loads a Badge's information into the display so it can be seen by the user.
public LoadBadgeIntoDisplay ( Badge badge ) : void
badge ActivEarth.Objects.Competition.Badges.Badge The Badge 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

_badgeImage 보호되어 있는 프로퍼티

_badgeImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image _badgeImage
리턴 global::System.Web.UI.WebControls.Image

_badgeName 보호되어 있는 프로퍼티

_badgeName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _badgeName
리턴 global::System.Web.UI.WebControls.Label

_badgePanel 보호되어 있는 프로퍼티

_badgePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel _badgePanel
리턴 global::System.Web.UI.WebControls.Panel

_badgeProgressBar 보호되어 있는 프로퍼티

_badgeProgressBar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EO.Web.ProgressBar _badgeProgressBar
리턴 global::EO.Web.ProgressBar

_badgeProgressNumerical 보호되어 있는 프로퍼티

_badgeProgressNumerical control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label _badgeProgressNumerical
리턴 global::System.Web.UI.WebControls.Label