C# Класс RockWeb.Blocks.Cms.ContentChannelItemDetail

Наследование: Rock.Web.UI.RockBlock, IDetailBlock
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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