C# 클래스 RockWeb.Blocks.Cms.ContentChannelItemView

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

메소드 설명
AddDynamicControls ( ContentChannel channel ) : void
BindAttributes ( ContentChannel channel ) : void
Block_BlockUpdated ( object sender, EventArgs e ) : void

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 ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

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 ( RockContext rockContext, ContentChannel selectedChannel, bool &isFiltered ) : List
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.

메소드 상세

AddDynamicControls() 보호된 메소드

protected AddDynamicControls ( ContentChannel channel ) : void
channel ContentChannel
리턴 void

BindAttributes() 보호된 메소드

protected BindAttributes ( ContentChannel channel ) : void
channel ContentChannel
리턴 void

Block_BlockUpdated() 보호된 메소드

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

DisplayStatus() 보호된 메소드

protected DisplayStatus ( ContentChannelItemStatus contentItemStatus ) : string
contentItemStatus ContentChannelItemStatus
리턴 string

LoadViewState() 보호된 메소드

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

SaveViewState() 보호된 메소드

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
리턴 object

gContentChannelItems_Edit() 보호된 메소드

Handles the Edit event of the gContentChannelItems control.
protected gContentChannelItems_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
리턴 void

gContentChannelItems_GridRebind() 보호된 메소드

Handles the GridRebind event of the gContentChannelItems control.
protected gContentChannelItems_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

rptChannels_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the rptChannels control.
protected rptChannels_ItemCommand ( object source, RepeaterCommandEventArgs e ) : void
source object The source of the event.
e RepeaterCommandEventArgs The instance containing the event data.
리턴 void

tgl_CheckedChanged() 보호된 메소드

Handles the CheckedChanged event of the tgl control.
protected tgl_CheckedChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void