C# Класс Engage.Dnn.Booking.ExportData

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Приватные методы

Метод Описание
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.

Описание методов

OnInit() защищенный Метод

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Результат void

Описание свойств

EndDatePicker защищенное свойство

EndDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadDatePicker EndDatePicker
Результат global::Telerik.Web.UI.RadDatePicker

ExportButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

HeaderRowCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

StartDatePicker защищенное свойство

StartDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadDatePicker StartDatePicker
Результат global::Telerik.Web.UI.RadDatePicker