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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_displayBadgeControls global::System.Web.UI.WebControls.Panel

공개 메소드들

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

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

메소드 상세

AddBadgeToDisplay() 공개 메소드

Adds a Badge to the display so it can be seen by the user.
public AddBadgeToDisplay ( Badge badge ) : void
badge Badge The Badge to add to the display.
리턴 void

프로퍼티 상세

_displayBadgeControls 보호되어 있는 프로퍼티

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