C# Class HBM.ControlPanel.AdditionalServiceType

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
gvAdditionalServiceType global::DevExpress.Web.ASPxGridView.ASPxGridView

Méthodes protégées

Méthode Description
LoadAdditionalServiceTypes ( ) : void
Page_Load ( object sender, EventArgs e ) : void
gvAdditionalServiceType_CommandButtonInitialize ( object sender, ASPxGridViewCommandButtonEventArgs e ) : void
gvAdditionalServiceType_RowDeleting ( object sender, DevExpress e ) : void
gvAdditionalServiceType_RowInserting ( object sender, DevExpress e ) : void
gvAdditionalServiceType_RowUpdating ( object sender, DevExpress e ) : void

Method Details

LoadAdditionalServiceTypes() protected méthode

protected LoadAdditionalServiceTypes ( ) : void
Résultat void

Page_Load() protected méthode

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

gvAdditionalServiceType_CommandButtonInitialize() protected méthode

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

gvAdditionalServiceType_RowDeleting() protected méthode

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

gvAdditionalServiceType_RowInserting() protected méthode

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

gvAdditionalServiceType_RowUpdating() protected méthode

protected gvAdditionalServiceType_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

gvAdditionalServiceType protected_oe property

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