Méthode | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gGroupType_Add ( object sender, |
Handles the Add event of the gGroupType control.
|
|
gGroupType_Delete ( object sender, |
Handles the Delete event of the gGroupType control.
|
|
gGroupType_Edit ( object sender, |
Handles the Edit event of the gGroupType control.
|
|
gGroupType_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gGroupType control.
|
|
rFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the rFilter control.
|
|
rFilter_DisplayFilterValue ( object sender, |
Rs the filter_ display filter value.
|
Méthode | Description | |
---|---|---|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( ) : void |
Binds the grid.
|
|
GetGroupTypes ( ) : IQueryable |
Gets the group types.
|
|
gGroupType_GridRebind ( object sender, |
Handles the GridRebind event of the gGroupType control.
|
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected gGroupType_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gGroupType_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gGroupType_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gGroupType_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
Résultat | void |
protected rFilter_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected rFilter_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
Résultat | void |