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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ContestNameLabel global::System.Web.UI.WebControls.Label
ContestNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator
CreateContestButton global::System.Web.UI.WebControls.Button
CreateContestValidationSummary global::System.Web.UI.WebControls.ValidationSummary
ErrorMessage global::System.Web.UI.WebControls.Literal
Label1 global::System.Web.UI.WebControls.Label
ToolKitScript global::AjaxControlToolkit.ToolkitScriptManager
chkContestSearchable global::System.Web.UI.WebControls.CheckBox
contestDescriptionLabel global::System.Web.UI.WebControls.Label
contestEndDateCalender global::AjaxControlToolkit.CalendarExtender
contestEndDateLabel global::System.Web.UI.WebControls.Label
contestEndDateRequired global::System.Web.UI.WebControls.RequiredFieldValidator
contestEndFormat global::System.Web.UI.WebControls.RegularExpressionValidator
contestEndGoalLabel global::System.Web.UI.WebControls.Label
contestEndsAfterStart global::System.Web.UI.WebControls.CustomValidator
contestModeGoalPanel global::System.Web.UI.WebControls.Panel
contestModeGoalRequired global::System.Web.UI.WebControls.RequiredFieldValidator
contestModeLabel global::System.Web.UI.WebControls.Label
contestModeTimePanel global::System.Web.UI.WebControls.Panel
contestStartAfterToday global::System.Web.UI.WebControls.CustomValidator
contestStartDateCalender global::AjaxControlToolkit.CalendarExtender
contestStartDateLabel global::System.Web.UI.WebControls.Label
contestStartFormat global::System.Web.UI.WebControls.RegularExpressionValidator
contestStartRequired global::System.Web.UI.WebControls.RequiredFieldValidator
contestTypeLabel global::System.Web.UI.WebControls.Label
ddlContestMode global::System.Web.UI.WebControls.DropDownList
ddlContestType global::System.Web.UI.WebControls.DropDownList
ddlStatisticMeasured global::System.Web.UI.WebControls.DropDownList
displayEndDateCalender global::System.Web.UI.WebControls.ImageButton
displayStartDateCalender global::System.Web.UI.WebControls.ImageButton
lblContestSearchable global::System.Web.UI.WebControls.Label
txbContestDescription global::System.Web.UI.WebControls.TextBox
txbContestEndDate global::System.Web.UI.WebControls.TextBox
txbContestEndGoal global::System.Web.UI.WebControls.TextBox
txbContestEndGoalFilter global::AjaxControlToolkit.FilteredTextBoxExtender
txbContestName global::System.Web.UI.WebControls.TextBox
txbContestStartDate global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
CreateContest ( object sender, EventArgs e ) : void

Click event for the Create Contest button. Creates a Contest from the user supplied fields.

Page_Load ( object sender, EventArgs e ) : void

Loads the page.

ValidateEndDate ( object source, ServerValidateEventArgs args ) : void

Used to validate that the end date of a contest is on or after the start date.

ValidateStartDate ( object source, ServerValidateEventArgs args ) : void

Used to validate that the start date of a contest is after the current date.

ddlContestMode_SelectedIndexChanged ( object sender, EventArgs e ) : void

Index changed event for contest mode selection. Used to update the user fields when the contest mode is changed.

비공개 메소드들

메소드 설명
SetModeDisplay ( ) : void

Updates the display on the page to display the correct Contest end mode entry.

메소드 상세

CreateContest() 보호된 메소드

Click event for the Create Contest button. Creates a Contest from the user supplied fields.
protected CreateContest ( object sender, EventArgs e ) : void
sender object Object that sent the event
e EventArgs The event arguments.
리턴 void

Page_Load() 보호된 메소드

Loads the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e EventArgs The event arguments.
리턴 void

ValidateEndDate() 보호된 메소드

Used to validate that the end date of a contest is on or after the start date.
protected ValidateEndDate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
리턴 void

ValidateStartDate() 보호된 메소드

Used to validate that the start date of a contest is after the current date.
protected ValidateStartDate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
리턴 void

ddlContestMode_SelectedIndexChanged() 보호된 메소드

Index changed event for contest mode selection. Used to update the user fields when the contest mode is changed.
protected ddlContestMode_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object Object that sent the event
e EventArgs The event arguments.
리턴 void

프로퍼티 상세

ContestNameLabel 보호되어 있는 프로퍼티

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

ContestNameRequired 보호되어 있는 프로퍼티

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

CreateContestButton 보호되어 있는 프로퍼티

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

CreateContestValidationSummary 보호되어 있는 프로퍼티

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

ErrorMessage 보호되어 있는 프로퍼티

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

Label1 보호되어 있는 프로퍼티

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

ToolKitScript 보호되어 있는 프로퍼티

ToolKitScript control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.ToolkitScriptManager ToolKitScript
리턴 global::AjaxControlToolkit.ToolkitScriptManager

chkContestSearchable 보호되어 있는 프로퍼티

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

contestDescriptionLabel 보호되어 있는 프로퍼티

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

contestEndDateCalender 보호되어 있는 프로퍼티

contestEndDateCalender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender contestEndDateCalender
리턴 global::AjaxControlToolkit.CalendarExtender

contestEndDateLabel 보호되어 있는 프로퍼티

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

contestEndDateRequired 보호되어 있는 프로퍼티

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

contestEndFormat 보호되어 있는 프로퍼티

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

contestEndGoalLabel 보호되어 있는 프로퍼티

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

contestEndsAfterStart 보호되어 있는 프로퍼티

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

contestModeGoalPanel 보호되어 있는 프로퍼티

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

contestModeGoalRequired 보호되어 있는 프로퍼티

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

contestModeLabel 보호되어 있는 프로퍼티

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

contestModeTimePanel 보호되어 있는 프로퍼티

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

contestStartAfterToday 보호되어 있는 프로퍼티

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

contestStartDateCalender 보호되어 있는 프로퍼티

contestStartDateCalender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender contestStartDateCalender
리턴 global::AjaxControlToolkit.CalendarExtender

contestStartDateLabel 보호되어 있는 프로퍼티

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

contestStartFormat 보호되어 있는 프로퍼티

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

contestStartRequired 보호되어 있는 프로퍼티

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

contestTypeLabel 보호되어 있는 프로퍼티

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

ddlContestMode 보호되어 있는 프로퍼티

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

ddlContestType 보호되어 있는 프로퍼티

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

ddlStatisticMeasured 보호되어 있는 프로퍼티

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

displayEndDateCalender 보호되어 있는 프로퍼티

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

displayStartDateCalender 보호되어 있는 프로퍼티

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

lblContestSearchable 보호되어 있는 프로퍼티

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

txbContestDescription 보호되어 있는 프로퍼티

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

txbContestEndDate 보호되어 있는 프로퍼티

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

txbContestEndGoal 보호되어 있는 프로퍼티

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

txbContestEndGoalFilter 보호되어 있는 프로퍼티

txbContestEndGoalFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.FilteredTextBoxExtender txbContestEndGoalFilter
리턴 global::AjaxControlToolkit.FilteredTextBoxExtender

txbContestName 보호되어 있는 프로퍼티

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

txbContestStartDate 보호되어 있는 프로퍼티

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