C# Class MdwsDemo.web.mhv.Calendar

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: monkeyglasses/MDWS-Demo

Protected Properties

Свойство Type Description
buttonMakeAppointment global::System.Web.UI.WebControls.Button
calendarSelectDate global::System.Web.UI.WebControls.Calendar
dropdownAvailableTimes global::System.Web.UI.WebControls.DropDownList
formMHV global::System.Web.UI.HtmlControls.HtmlForm
labelPatientName global::System.Web.UI.WebControls.Label

Méthodes protégées

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

Private Methods

Méthode Description
populateDropdown ( IList slots ) : void

Method Details

Click_MakeAppointment() protected méthode

protected Click_MakeAppointment ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Click_SelectDate() protected méthode

protected Click_SelectDate ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

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

Property Details

buttonMakeAppointment protected_oe property

buttonMakeAppointment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button buttonMakeAppointment
Résultat global::System.Web.UI.WebControls.Button

calendarSelectDate protected_oe property

calendarSelectDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Calendar calendarSelectDate
Résultat global::System.Web.UI.WebControls.Calendar

dropdownAvailableTimes protected_oe property

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

formMHV protected_oe property

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

labelPatientName protected_oe property

labelPatientName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label labelPatientName
Résultat global::System.Web.UI.WebControls.Label