Méthode | Description | |
---|---|---|
RaisePostBackEvent ( string eventArgument ) : void |
When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
|
|
RefreshList ( ) : void |
Refreshes the list. Public method...can be called from other blocks.
|
|
SetVisible ( bool visible ) : void |
Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page
|
Méthode | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the Block control.
|
|
GetAccounts ( object dataItem ) : string |
Gets the accounts.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
||
ShowDetailForm ( int id ) : void |
Shows the detail form.
|
|
_lbReassign_Click ( object sender, |
Handles the Click event of the _lbReassign control.
|
|
bddlOptions_SelectionChanged ( object sender, |
Handles the SelectionChanged event of the bddlOptions control.
|
|
dlgReassign_SaveClick ( object sender, |
Handles the SaveClick event of the dlgReassign control.
|
|
gTransactions_Add ( object sender, |
Handles the Add event of the gTransactions control.
|
|
gTransactions_Delete ( object sender, Rock e ) : void |
Handles the Delete event of the gTransactions control.
|
|
gTransactions_Edit ( object sender, Rock e ) : void |
Handles the Edit event of the gTransactions control.
|
|
gTransactions_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gfTransactions_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the gfTransactions control.
|
|
gfTransactions_ClearFilterClick ( object sender, |
Handles the ClearFilterClick event of the gfTransactions control.
|
|
gfTransactions_DisplayFilterValue ( object sender, Rock e ) : void |
Handles the filter display for each saved user value
|
Méthode | Description | |
---|---|---|
BindDefinedTypeDropdown ( |
Binds the defined type dropdown.
|
|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( bool isExporting = false ) : void |
Binds the grid.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
SetBlockOptions ( ) : void |
Sets the block options.
|
|
ShowDialog ( ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog ) : void |
Shows the dialog.
|
|
gTransactions_GridRebind ( object sender, GridRebindEventArgs e ) : void |
Handles the GridRebind event of the gTransactions control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected GetAccounts ( object dataItem ) : string | ||
dataItem | object | The data item. |
Résultat | string |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected OnPreRender ( |
||
e | ||
Résultat | void |
public RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | A |
Résultat | void |
public SetVisible ( bool visible ) : void | ||
visible | bool | if set to |
Résultat | void |
protected ShowDetailForm ( int id ) : void | ||
id | int | The id. |
Résultat | void |
protected _lbReassign_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected bddlOptions_SelectionChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected dlgReassign_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gTransactions_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gTransactions_Delete ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Résultat | void |
protected gTransactions_Edit ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Résultat | void |
protected gTransactions_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
Résultat | void |
protected gfTransactions_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gfTransactions_ClearFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gfTransactions_DisplayFilterValue ( object sender, Rock e ) : void | ||
sender | object | The sender. |
e | Rock | The e. |
Résultat | void |