C# 클래스 Engage.Dnn.Booking.ExportData

파일 보기 프로젝트 열기: EngageSoftware/Engage-Booking

보호된 프로퍼티들

프로퍼티 타입 설명
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