C# Class Engage.Dnn.Booking.ManageAppointmentTypes

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

Protected Properties

Property Type Description
AppointmentTypesGrid global::Telerik.Web.UI.RadGrid
SuccessModuleMessage global::Engage.Dnn.Booking.ModuleMessage

Protected Methods

Method 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

Method 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 method

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

UniqueNameValidator_ServerValidate() protected method

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.
return void

Property Details

AppointmentTypesGrid protected 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
return global::Telerik.Web.UI.RadGrid

SuccessModuleMessage protected 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
return global::Engage.Dnn.Booking.ModuleMessage