Méthode | Description | |
---|---|---|
Actions_AddClick ( object sender, |
Handles the AddClick event of the Actions control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowEdit ( int entityTypeId ) : void |
Shows the edit.
|
|
gEntityTypes_EditRow ( object sender, |
Handles the EditRow event of the gEntityTypes control.
|
|
gEntityTypes_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gEntityTypes control.
|
|
mdEdit_SaveClick ( object sender, |
Handles the SaveClick event of the mdEdit control.
|
Méthode | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
HideDialog ( ) : void | ||
ShowDialog ( bool setValues = false ) : void | ||
ShowDialog ( string dialog, bool setValues = false ) : void | ||
gEntityTypes_GridRebind ( object sender, |
Handles the GridRebind event of the gEntityTypes control.
|
protected Actions_AddClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected ShowEdit ( int entityTypeId ) : void | ||
entityTypeId | int | The entity type id. |
Résultat | void |
protected gEntityTypes_EditRow ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gEntityTypes_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
Résultat | void |
protected mdEdit_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |