Property | Type | Description | |
---|---|---|---|
BindGrids | void | ||
CreateGrids | void | ||
DisplayStatus | string | ||
NavigateToDetailPage | void | ||
gItems_GridRebind | void |
Method | Description | |
---|---|---|
SetVisible ( bool visible ) : void |
Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object | ||
gItems_Add ( object sender, |
Handles the Add event of the gItems control.
|
|
gItems_Delete ( object sender, |
Handles the Delete event of the gItems control.
|
|
gItems_Edit ( object sender, |
Handles the Edit event of the gItems control.
|
Method | Description | |
---|---|---|
BindGrids ( ) : void |
Binds the grid.
|
|
CreateGrids ( |
||
DisplayStatus ( ContentChannelItemStatus contentItemStatus ) : string | ||
NavigateToDetailPage ( int contentItemId, int contentChannelId = null ) : void | ||
gItems_GridRebind ( object sender, |
Handles the GridRebind event of the gItems control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public SetVisible ( bool visible ) : void | ||
visible | bool | if set to |
return | void |
protected gItems_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gItems_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gItems_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |