C# 클래스 ActivEarth.Competition.Contests.ContestTimeGraph

This class represents a control used to display the time remaining in a contest.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
_ContestProgress global::EO.Web.ProgressBar
_DisplayGraph global::System.Web.UI.WebControls.Panel
_DisplayProgress global::System.Web.UI.WebControls.Panel
_EndLabel global::System.Web.UI.WebControls.Label
_StartLabel global::System.Web.UI.WebControls.Label

공개 메소드들

메소드 설명
PopulateProgressGraph ( ContestTeam firstPlace, float goal, string format ) : void

Sets the prgress towards the goal the top contributor has made.

PopulateProgressGraph ( System.DateTime contestStartDate, System.DateTime contestEndDate ) : void

Sets the progress time has made in the contest.

메소드 상세

PopulateProgressGraph() 공개 메소드

Sets the prgress towards the goal the top contributor has made.
public PopulateProgressGraph ( ContestTeam firstPlace, float goal, string format ) : void
firstPlace ActivEarth.Objects.Competition.Contests.ContestTeam The team in first.
goal float The goal of the contest.
format string The format string the goal value is.
리턴 void

PopulateProgressGraph() 공개 메소드

Sets the progress time has made in the contest.
public PopulateProgressGraph ( System.DateTime contestStartDate, System.DateTime contestEndDate ) : void
contestStartDate System.DateTime The start date of the contest.
contestEndDate System.DateTime The end date of the contest.
리턴 void

프로퍼티 상세

_ContestProgress 보호되어 있는 프로퍼티

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

_DisplayGraph 보호되어 있는 프로퍼티

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

_DisplayProgress 보호되어 있는 프로퍼티

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

_EndLabel 보호되어 있는 프로퍼티

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

_StartLabel 보호되어 있는 프로퍼티

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