C# Class HBM.ControlPanel.AdditionalService

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: nirshandileep/HotelManagement

Protected Properties

Свойство Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvAdditionalService global::DevExpress.Web.ASPxGridView.ASPxGridView

Méthodes protégées

Méthode Description
LoadAdditionalService ( ) : void
LoadAdditionalServiceTypes ( ) : void
LoadServiceMethods ( ) : void
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
gvAdditionalService_CellEditorInitialize ( object sender, ASPxGridViewEditorEventArgs e ) : void
gvAdditionalService_CommandButtonInitialize ( object sender, ASPxGridViewCommandButtonEventArgs e ) : void
gvAdditionalService_RowDeleting ( object sender, DevExpress e ) : void
gvAdditionalService_RowInserting ( object sender, DevExpress e ) : void
gvAdditionalService_RowUpdating ( object sender, DevExpress e ) : void

Method Details

LoadAdditionalService() protected méthode

protected LoadAdditionalService ( ) : void
Résultat void

LoadAdditionalServiceTypes() protected méthode

protected LoadAdditionalServiceTypes ( ) : void
Résultat void

LoadServiceMethods() protected méthode

protected LoadServiceMethods ( ) : void
Résultat void

Page_Init() protected méthode

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

gvAdditionalService_CellEditorInitialize() protected méthode

protected gvAdditionalService_CellEditorInitialize ( object sender, ASPxGridViewEditorEventArgs e ) : void
sender object
e ASPxGridViewEditorEventArgs
Résultat void

gvAdditionalService_CommandButtonInitialize() protected méthode

protected gvAdditionalService_CommandButtonInitialize ( object sender, ASPxGridViewCommandButtonEventArgs e ) : void
sender object
e ASPxGridViewCommandButtonEventArgs
Résultat void

gvAdditionalService_RowDeleting() protected méthode

protected gvAdditionalService_RowDeleting ( object sender, DevExpress e ) : void
sender object
e DevExpress
Résultat void

gvAdditionalService_RowInserting() protected méthode

protected gvAdditionalService_RowInserting ( object sender, DevExpress e ) : void
sender object
e DevExpress
Résultat void

gvAdditionalService_RowUpdating() protected méthode

protected gvAdditionalService_RowUpdating ( object sender, DevExpress e ) : void
sender object
e DevExpress
Résultat void

Property Details

Head1 protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlHead

form1 protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

gvAdditionalService protected_oe property

gvAdditionalService control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxGridView.ASPxGridView gvAdditionalService
Résultat global::DevExpress.Web.ASPxGridView.ASPxGridView