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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ApprovedCss string
DeniedCss string
PendingCss string

공개 메소드들

메소드 설명
GetBreadCrumbs ( PageReference pageReference ) : List

Gets the bread crumbs.

ShowDetail ( int contentItemId ) : void

Shows the detail.

ShowDetail ( int contentItemId, int contentChannelId ) : void

보호된 메소드들

메소드 설명
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

DisplayStatus ( ContentChannelItemStatus contentItemStatus ) : string
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

ddlAddExistingItemChannel_SelectedIndexChanged ( object sender, EventArgs e ) : void
gChildItems_Delete ( object sender, RowEventArgs e ) : void
gChildItems_RowSelected ( object sender, RowEventArgs e ) : void
gParentItems_RowSelected ( object sender, RowEventArgs e ) : void
lbAddExistingChildItem_Click ( object sender, EventArgs e ) : void
lbAddNewChildItem_Click ( object sender, EventArgs e ) : void
lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbDeleteChildItem_Click ( object sender, EventArgs e ) : void
lbDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDelete control.

lbRemoveChildItem_Click ( object sender, EventArgs e ) : void
lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

비공개 메소드들

메소드 설명
BindChildItemsGrid ( ContentChannelItem contentItem ) : void
BindParentItemsGrid ( ContentChannelItem contentItem ) : void
GetChildItems ( ContentChannelItem contentItem, bool &isFiltered ) : List
GetContentItem ( RockContext rockContext = null ) : ContentChannelItem

Gets the type of the content.

GetNavHierarchy ( ) : List
GetParentItems ( ContentChannelItem contentItem ) : List
HideDialog ( ) : void

Hides the dialog.

NavigateToNewItem ( string itemId ) : void
ReturnToParentPage ( ) : void

Returns to parent page.

ShowApproval ( ContentChannelItem contentItem ) : void
ShowDialog ( bool setValues = false ) : void

Shows the dialog.

ShowDialog ( string dialog, bool setValues = false ) : void

Shows the dialog.

gChildItems_Add ( object sender, EventArgs e ) : void
gChildItems_GridRebind ( object sender, GridRebindEventArgs e ) : void
gChildItems_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
gParentItems_GridRebind ( object sender, GridRebindEventArgs e ) : 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

GetBreadCrumbs() 공개 메소드

Gets the bread crumbs.
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The page reference.
리턴 List

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 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

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int contentItemId ) : void
contentItemId int The marketing campaign ad type identifier.
리턴 void

ShowDetail() 공개 메소드

public ShowDetail ( int contentItemId, int contentChannelId ) : void
contentItemId int
contentChannelId int
리턴 void

ddlAddExistingItemChannel_SelectedIndexChanged() 보호된 메소드

protected ddlAddExistingItemChannel_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

gChildItems_Delete() 보호된 메소드

protected gChildItems_Delete ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
리턴 void

gChildItems_RowSelected() 보호된 메소드

protected gChildItems_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
리턴 void

gParentItems_RowSelected() 보호된 메소드

protected gParentItems_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
리턴 void

lbAddExistingChildItem_Click() 보호된 메소드

protected lbAddExistingChildItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbAddNewChildItem_Click() 보호된 메소드

protected lbAddNewChildItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbCancel_Click() 보호된 메소드

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

lbDeleteChildItem_Click() 보호된 메소드

protected lbDeleteChildItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbDelete_Click() 보호된 메소드

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

lbRemoveChildItem_Click() 보호된 메소드

protected lbRemoveChildItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbSave_Click() 보호된 메소드

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

프로퍼티 상세

ApprovedCss 보호되어 있는 프로퍼티

protected string ApprovedCss
리턴 string

DeniedCss 보호되어 있는 프로퍼티

protected string DeniedCss
리턴 string

PendingCss 보호되어 있는 프로퍼티

protected string PendingCss
리턴 string