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

This is the settings code behind for Event related settings.
상속: SettingsBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Booking

보호된 프로퍼티들

프로퍼티 타입 설명
AppointmentRequestsRoleDropDownList global::System.Web.UI.WebControls.DropDownList
AppointmentsPerDayTextBox global::Telerik.Web.UI.RadNumericTextBox
DefaultAppointmentDurationHoursTextBox global::Telerik.Web.UI.RadNumericTextBox
DefaultAppointmentDurationMinutesTextBox global::Telerik.Web.UI.RadNumericTextBox
DefaultAppointmentDurationValidator global::System.Web.UI.WebControls.CustomValidator
DurationCompareValidator global::System.Web.UI.WebControls.CustomValidator
MaximumAppointmentDurationHoursTextBox global::Telerik.Web.UI.RadNumericTextBox
MaximumAppointmentDurationMinutesTextBox global::Telerik.Web.UI.RadNumericTextBox
MaximumAppointmentDurationValidator global::System.Web.UI.WebControls.CustomValidator
MaximumConcurrentAppointmentsTextBox global::Telerik.Web.UI.RadNumericTextBox
MaximumConcurrentAppointmentsValidator global::System.Web.UI.WebControls.CustomValidator
MinimumAppointmentDurationHoursTextBox global::Telerik.Web.UI.RadNumericTextBox
MinimumAppointmentDurationMinutesTextBox global::Telerik.Web.UI.RadNumericTextBox
MinimumAppointmentDurationValidator global::System.Web.UI.WebControls.CustomValidator
NotificationEmailsListTextBox global::System.Web.UI.WebControls.TextBox
NotificationEmailsListValidator global::System.Web.UI.WebControls.RegularExpressionValidator
RecordsPerPageTextBox global::Telerik.Web.UI.RadNumericTextBox
SkinDropDownList global::System.Web.UI.WebControls.DropDownList

공개 메소드들

메소드 설명
LoadSettings ( ) : void

Loads the settings.

UpdateSettings ( ) : void

Updates the settings.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

비공개 메소드들

메소드 설명
DefaultAppointmentDurationValidatator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Validates that the default appointment duration has a value.

DurationCompareValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Validates that the maximum and minimum values are respectively greater and less then one another.

EitherHasValue ( double value1, double value2 ) : bool

Determines whether either value is non-null and greater than zero.

MaximumAppointmentDurationValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Validates that the maximum appointment length has a value.

MaximumConcurrentAppointmentsValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the ServerValidate event of the MaximumConcurrentAppointmentsValidator control.

MinimumAppointmentDurationValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Validates that the minimum appointment length has a value.

SetOptions ( ) : void

메소드 상세

LoadSettings() 공개 메소드

Loads the settings.
public LoadSettings ( ) : void
리턴 void

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

UpdateSettings() 공개 메소드

Updates the settings.
public UpdateSettings ( ) : void
리턴 void

프로퍼티 상세

AppointmentRequestsRoleDropDownList 보호되어 있는 프로퍼티

AppointmentRequestsRoleDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList AppointmentRequestsRoleDropDownList
리턴 global::System.Web.UI.WebControls.DropDownList

AppointmentsPerDayTextBox 보호되어 있는 프로퍼티

AppointmentsPerDayTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox AppointmentsPerDayTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

DefaultAppointmentDurationHoursTextBox 보호되어 있는 프로퍼티

DefaultAppointmentDurationHoursTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox DefaultAppointmentDurationHoursTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

DefaultAppointmentDurationMinutesTextBox 보호되어 있는 프로퍼티

DefaultAppointmentDurationMinutesTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox DefaultAppointmentDurationMinutesTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

DefaultAppointmentDurationValidator 보호되어 있는 프로퍼티

DefaultAppointmentDurationValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator DefaultAppointmentDurationValidator
리턴 global::System.Web.UI.WebControls.CustomValidator

DurationCompareValidator 보호되어 있는 프로퍼티

DurationCompareValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator DurationCompareValidator
리턴 global::System.Web.UI.WebControls.CustomValidator

MaximumAppointmentDurationHoursTextBox 보호되어 있는 프로퍼티

MaximumAppointmentDurationHoursTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox MaximumAppointmentDurationHoursTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

MaximumAppointmentDurationMinutesTextBox 보호되어 있는 프로퍼티

MaximumAppointmentDurationMinutesTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox MaximumAppointmentDurationMinutesTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

MaximumAppointmentDurationValidator 보호되어 있는 프로퍼티

MaximumAppointmentDurationValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator MaximumAppointmentDurationValidator
리턴 global::System.Web.UI.WebControls.CustomValidator

MaximumConcurrentAppointmentsTextBox 보호되어 있는 프로퍼티

MaximumConcurrentAppointmentsTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox MaximumConcurrentAppointmentsTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

MaximumConcurrentAppointmentsValidator 보호되어 있는 프로퍼티

MaximumConcurrentAppointmentsValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator MaximumConcurrentAppointmentsValidator
리턴 global::System.Web.UI.WebControls.CustomValidator

MinimumAppointmentDurationHoursTextBox 보호되어 있는 프로퍼티

MinimumAppointmentDurationHoursTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox MinimumAppointmentDurationHoursTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

MinimumAppointmentDurationMinutesTextBox 보호되어 있는 프로퍼티

MinimumAppointmentDurationMinutesTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox MinimumAppointmentDurationMinutesTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

MinimumAppointmentDurationValidator 보호되어 있는 프로퍼티

MinimumAppointmentDurationValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator MinimumAppointmentDurationValidator
리턴 global::System.Web.UI.WebControls.CustomValidator

NotificationEmailsListTextBox 보호되어 있는 프로퍼티

NotificationEmailsListTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox NotificationEmailsListTextBox
리턴 global::System.Web.UI.WebControls.TextBox

NotificationEmailsListValidator 보호되어 있는 프로퍼티

NotificationEmailsListValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator NotificationEmailsListValidator
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

RecordsPerPageTextBox 보호되어 있는 프로퍼티

RecordsPerPageTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadNumericTextBox RecordsPerPageTextBox
리턴 global::Telerik.Web.UI.RadNumericTextBox

SkinDropDownList 보호되어 있는 프로퍼티

SkinDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList SkinDropDownList
리턴 global::System.Web.UI.WebControls.DropDownList