C# Class ProjectNinja.eventpage

显示文件 Open project: pccsei15/ninja

Public Properties

Property Type Description
currentStudentId string
selectedEventId string

Protected Properties

Property Type Description
Form1 global::System.Web.UI.HtmlControls.HtmlForm
eventSelectList global::System.Web.UI.WebControls.DropDownList
hdnScheduledAppointments global::System.Web.UI.WebControls.HiddenField
selectedDataSource global::System.Web.UI.WebControls.SqlDataSource

Public Methods

Method Description
GetScheduledAppointments ( ) : void
PopulateScheduledAppointments ( ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
eventSelectList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

GetScheduledAppointments() public method

public GetScheduledAppointments ( ) : void
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

PopulateScheduledAppointments() public method

public PopulateScheduledAppointments ( ) : void
return void

eventSelectList_SelectedIndexChanged() protected method

protected eventSelectList_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Form1 protected_oe property

Form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm Form1
return global::System.Web.UI.HtmlControls.HtmlForm

currentStudentId public_oe property

public string currentStudentId
return string

eventSelectList protected_oe property

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

hdnScheduledAppointments protected_oe property

hdnScheduledAppointments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hdnScheduledAppointments
return global::System.Web.UI.WebControls.HiddenField

selectedDataSource protected_oe property

selectedDataSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource selectedDataSource
return global::System.Web.UI.WebControls.SqlDataSource

selectedEventId public_oe property

public string selectedEventId
return string