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

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

Private Properties

Свойство Тип Описание
BindMarketingCampaignAdAttributeTypeGrid void
LoadDropDowns void

Открытые методы

Метод Описание
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail.

Защищенные методы

Метод Описание
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.

btnCancelAttribute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelAttribute control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSaveAttribute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveAttribute control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

gMarketingCampaignAdAttributeType_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gMarketingCampaignAdAttributeType control.

gMarketingCampaignAdAttributeType_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gMarketingCampaignAdAttributeType control.

gMarketingCampaignAdAttributeType_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gMarketingCampaignAdAttributeType control.

gMarketingCampaignAdAttributeType_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gMarketingCampaignAdAttributeType control.

gMarketingCampaignAdAttributeType_ShowEdit ( System.Guid attributeGuid ) : void

Gs the marketing campaign ad attribute type_ show edit.

Приватные методы

Метод Описание
BindMarketingCampaignAdAttributeTypeGrid ( ) : void

Binds the marketing campaign ad attribute type grid.

LoadDropDowns ( ) : void

Loads the drop downs.

Описание методов

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 ( string itemKey, int itemKeyValue ) : void
itemKey string The item key.
itemKeyValue int The item key value.
Результат void

btnCancelAttribute_Click() защищенный Метод

Handles the Click event of the btnCancelAttribute control.
protected btnCancelAttribute_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnCancel_Click() защищенный Метод

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnSaveAttribute_Click() защищенный Метод

Handles the Click event of the btnSaveAttribute control.
protected btnSaveAttribute_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnSave_Click() защищенный Метод

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gMarketingCampaignAdAttributeType_Add() защищенный Метод

Handles the Add event of the gMarketingCampaignAdAttributeType control.
protected gMarketingCampaignAdAttributeType_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gMarketingCampaignAdAttributeType_Delete() защищенный Метод

Handles the Delete event of the gMarketingCampaignAdAttributeType control.
protected gMarketingCampaignAdAttributeType_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

gMarketingCampaignAdAttributeType_Edit() защищенный Метод

Handles the Edit event of the gMarketingCampaignAdAttributeType control.
protected gMarketingCampaignAdAttributeType_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

gMarketingCampaignAdAttributeType_GridRebind() защищенный Метод

Handles the GridRebind event of the gMarketingCampaignAdAttributeType control.
protected gMarketingCampaignAdAttributeType_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gMarketingCampaignAdAttributeType_ShowEdit() защищенный Метод

Gs the marketing campaign ad attribute type_ show edit.
protected gMarketingCampaignAdAttributeType_ShowEdit ( System.Guid attributeGuid ) : void
attributeGuid System.Guid
Результат void