C# 클래스 HBM.ControlPanel.ServiceMethod

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: nirshandileep/HotelManagement

보호된 프로퍼티들

프로퍼티 타입 설명
Head1 global::System.Web.UI.HtmlControls.HtmlHead
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvServiceMethods global::DevExpress.Web.ASPxGridView.ASPxGridView

보호된 메소드들

메소드 설명
LoadServiceMethods ( ) : void
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
gvServiceMethods_CellEditorInitialize ( object sender, ASPxGridViewEditorEventArgs e ) : void
gvServiceMethods_CommandButtonInitialize ( object sender, ASPxGridViewCommandButtonEventArgs e ) : void
gvServiceMethods_RowDeleting ( object sender, DevExpress e ) : void
gvServiceMethods_RowInserting ( object sender, DevExpress e ) : void
gvServiceMethods_RowUpdating ( object sender, DevExpress e ) : void

메소드 상세

LoadServiceMethods() 보호된 메소드

protected LoadServiceMethods ( ) : void
리턴 void

Page_Init() 보호된 메소드

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

gvServiceMethods_CellEditorInitialize() 보호된 메소드

protected gvServiceMethods_CellEditorInitialize ( object sender, ASPxGridViewEditorEventArgs e ) : void
sender object
e ASPxGridViewEditorEventArgs
리턴 void

gvServiceMethods_CommandButtonInitialize() 보호된 메소드

protected gvServiceMethods_CommandButtonInitialize ( object sender, ASPxGridViewCommandButtonEventArgs e ) : void
sender object
e ASPxGridViewCommandButtonEventArgs
리턴 void

gvServiceMethods_RowDeleting() 보호된 메소드

protected gvServiceMethods_RowDeleting ( object sender, DevExpress e ) : void
sender object
e DevExpress
리턴 void

gvServiceMethods_RowInserting() 보호된 메소드

protected gvServiceMethods_RowInserting ( object sender, DevExpress e ) : void
sender object
e DevExpress
리턴 void

gvServiceMethods_RowUpdating() 보호된 메소드

protected gvServiceMethods_RowUpdating ( object sender, DevExpress e ) : void
sender object
e DevExpress
리턴 void

프로퍼티 상세

Head1 보호되어 있는 프로퍼티

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
리턴 global::System.Web.UI.HtmlControls.HtmlHead

form1 보호되어 있는 프로퍼티

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
리턴 global::System.Web.UI.HtmlControls.HtmlForm

gvServiceMethods 보호되어 있는 프로퍼티

gvServiceMethods control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxGridView.ASPxGridView gvServiceMethods
리턴 global::DevExpress.Web.ASPxGridView.ASPxGridView