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

This is the settings code behind for Event related settings.
Наследование: SettingsBase
Показать файл Открыть проект

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

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