메소드 | 설명 | |
---|---|---|
AddDynamicControls ( ContentChannel channel ) : void | ||
BindAttributes ( ContentChannel channel ) : void | ||
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
DisplayStatus ( ContentChannelItemStatus contentItemStatus ) : string | ||
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 ( |
||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
gContentChannelItems_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gContentChannelItems control.
|
|
gContentChannelItems_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gContentChannelItems control.
|
|
rptChannels_ItemCommand ( object source, RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rptChannels control.
|
|
tgl_CheckedChanged ( object sender, EventArgs e ) : void |
Handles the CheckedChanged event of the tgl control.
|
메소드 | 설명 | |
---|---|---|
BindFilter ( ) : void | ||
GContentChannelItems_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
GetData ( ) : void | ||
GetItems ( |
||
MakeKeyUniqueToChannel ( int channelId, string key ) : string | ||
gContentChannelItems_Add ( object sender, EventArgs e ) : void |
Handles the Add event of the gContentChannelItems control.
|
|
gContentChannelItems_Delete ( object sender, RowEventArgs e ) : void |
Handles the Click event of the deleteField control.
|
|
gfFilter_ApplyFilterClick ( object sender, EventArgs e ) : void |
Handles the ApplyFilterClick event of the gfFilter control.
|
|
gfFilter_DisplayFilterValue ( object sender, GridFilter e ) : void |
Gfs the filter_ display filter value.
|
protected AddDynamicControls ( ContentChannel channel ) : void | ||
channel | ContentChannel | |
리턴 | void |
protected BindAttributes ( ContentChannel channel ) : void | ||
channel | ContentChannel | |
리턴 | void |
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected DisplayStatus ( ContentChannelItemStatus contentItemStatus ) : string | ||
contentItemStatus | ContentChannelItemStatus | |
리턴 | string |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected gContentChannelItems_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
리턴 | void |
protected gContentChannelItems_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |
protected rptChannels_ItemCommand ( object source, RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | RepeaterCommandEventArgs | The |
리턴 | void |
protected tgl_CheckedChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |