C# Класс ActivEarth.Competition.Contests.ContestTimeGraph

This class represents a control used to display the time remaining in a contest.
Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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