C# Class Engage.Dnn.Booking.ExportData

Afficher le fichier Open project: EngageSoftware/Engage-Booking

Protected Properties

Свойство Type Description
EndDatePicker global::Telerik.Web.UI.RadDatePicker
ExportButton global::System.Web.UI.WebControls.Button
HeaderRowCheckBox global::System.Web.UI.WebControls.CheckBox
StartDatePicker global::Telerik.Web.UI.RadDatePicker

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

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

Handles the Button.Click event of the ExportButton control.

GetFileName ( ) : string

Gets the base filename (no extension) for the AppointmentsData export.

Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

Method Details

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Résultat void

Property Details

EndDatePicker protected_oe property

EndDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadDatePicker EndDatePicker
Résultat global::Telerik.Web.UI.RadDatePicker

ExportButton protected_oe property

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

HeaderRowCheckBox protected_oe property

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

StartDatePicker protected_oe property

StartDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadDatePicker StartDatePicker
Résultat global::Telerik.Web.UI.RadDatePicker