C# Class MdwsDemo.web.mhv.Calendar

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: monkeyglasses/MDWS-Demo

Protected Properties

Property 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

Protected Methods

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

Private Methods

Method Description
populateDropdown ( IList slots ) : void

Method Details

Click_MakeAppointment() protected method

protected Click_MakeAppointment ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Click_SelectDate() protected method

protected Click_SelectDate ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.Label