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

Control to allow module editors to manage the categories for this module
Наследование: ModuleBase
Показать файл Открыть проект

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

Свойство Тип Описание
AppointmentTypesGrid global::Telerik.Web.UI.RadGrid
SuccessModuleMessage global::Engage.Dnn.Booking.ModuleMessage

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

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

Raises the Control.Init event.

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

Handles the CustomValidator.ServerValidate event of the UniqueNameValidator control.

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

Метод Описание
AppointmentTypesGridDeleteCommand ( object source, GridCommandEventArgs e ) : void

Handles the RadGrid.DeleteCommand event of the AppointmentTypesGrid control.

AppointmentTypesGridInsertCommand ( object source, GridCommandEventArgs e ) : void

Handles the InsertCommand event of the AppointmentTypesGrid control.

AppointmentTypesGridItemCreated ( object sender, GridItemEventArgs e ) : void

Handles the ItemCreated event of the AppointmentTypesGrid control.

AppointmentTypesGridNeedDataSource ( object source, GridNeedDataSourceEventArgs e ) : void

Handles the NeedDataSource event of the AppointmentTypesGrid control.

AppointmentTypesGridUpdateCommand ( object source, GridCommandEventArgs e ) : void

Handles the UpdateCommand event of the AppointmentTypesGrid control.

LocalizeGrid ( ) : void

Localizes the AppointmentTypesGrid.

Page_Load ( object sender, EventArgs e ) : void

Raises the Control.Load event.

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

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

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

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

Handles the CustomValidator.ServerValidate event of the UniqueNameValidator control.
protected UniqueNameValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void
source object The source of the event.
args System.Web.UI.WebControls.ServerValidateEventArgs The instance containing the event data.
Результат void

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

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

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

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

SuccessModuleMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Booking.ModuleMessage SuccessModuleMessage
Результат global::Engage.Dnn.Booking.ModuleMessage