C# Class ProjectNinja.Calendar

Mostra file Open project: pccsei15/ninja

Protected Properties

Property Type Description
Form1 global::System.Web.UI.HtmlControls.HtmlForm
btnExportCalendar global::System.Web.UI.WebControls.LinkButton
hdnScheduledAppointments global::System.Web.UI.WebControls.HiddenField

Public Methods

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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnExportCalendar_Click ( 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

btnExportCalendar_Click() protected method

protected btnExportCalendar_Click ( 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

btnExportCalendar protected_oe property

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

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