C# Class Engage.Dnn.Booking.ManageAppointmentTypes

Control to allow module editors to manage the categories for this module
Inheritance: ModuleBase
Afficher le fichier Open project: EngageSoftware/Engage-Booking

Protected Properties

Свойство Type Description
AppointmentTypesGrid global::Telerik.Web.UI.RadGrid
SuccessModuleMessage global::Engage.Dnn.Booking.ModuleMessage

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Résultat void

UniqueNameValidator_ServerValidate() protected méthode

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.
Résultat void

Property Details

AppointmentTypesGrid protected_oe property

AppointmentTypesGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadGrid AppointmentTypesGrid
Résultat global::Telerik.Web.UI.RadGrid

SuccessModuleMessage protected_oe property

SuccessModuleMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Booking.ModuleMessage SuccessModuleMessage
Résultat global::Engage.Dnn.Booking.ModuleMessage