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

Control to allow module editors to manage the categories for this module
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Booking

보호된 프로퍼티들

프로퍼티 타입 설명
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