C# Class ProjectNinja.eventpage

Afficher le fichier Open project: pccsei15/ninja

Méthodes publiques

Свойство Type Description
currentStudentId string
selectedEventId string

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
GetScheduledAppointments ( ) : void
PopulateScheduledAppointments ( ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
eventSelectList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

GetScheduledAppointments() public méthode

public GetScheduledAppointments ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

PopulateScheduledAppointments() public méthode

public PopulateScheduledAppointments ( ) : void
Résultat void

eventSelectList_SelectedIndexChanged() protected méthode

protected eventSelectList_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

currentStudentId public_oe property

public string currentStudentId
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.SqlDataSource

selectedEventId public_oe property

public string selectedEventId
Résultat string