C# Class RockWeb.Blocks.Cms.MarketingCampaignAdTypeDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Show file Open project: CentralAZ/Rockit-CentralAZ

Private Properties

Property Type Description
BindMarketingCampaignAdAttributeTypeGrid void
LoadDropDowns void

Public Methods

Method Description
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail.

Protected Methods

Method Description
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.

Private Methods

Method Description
BindMarketingCampaignAdAttributeTypeGrid ( ) : void

Binds the marketing campaign ad attribute type grid.

LoadDropDowns ( ) : void

Loads the drop downs.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

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

ShowDetail() public method

Shows the detail.
public ShowDetail ( string itemKey, int itemKeyValue ) : void
itemKey string The item key.
itemKeyValue int The item key value.
return void

btnCancelAttribute_Click() protected method

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.
return void

btnCancel_Click() protected method

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.
return void

btnSaveAttribute_Click() protected method

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.
return void

btnSave_Click() protected method

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.
return void

gMarketingCampaignAdAttributeType_Add() protected method

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.
return void

gMarketingCampaignAdAttributeType_Delete() protected method

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.
return void

gMarketingCampaignAdAttributeType_Edit() protected method

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.
return void

gMarketingCampaignAdAttributeType_GridRebind() protected method

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.
return void

gMarketingCampaignAdAttributeType_ShowEdit() protected method

Gs the marketing campaign ad attribute type_ show edit.
protected gMarketingCampaignAdAttributeType_ShowEdit ( System.Guid attributeGuid ) : void
attributeGuid System.Guid
return void