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

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

Private Properties

프로퍼티 타입 설명
BindMarketingCampaignAudiencesGrid void
LoadCampusPicker void
LoadDropDowns void
SetEditMode void
ShowEditDetails void
ShowReadonlyDetails void
gMarketingCampaignAudiencesAdd void

공개 메소드들

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

Returns breadcrumbs specific to the block that should be added to navigation

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.

btnAddMarketingCampaignAudience_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAddMarketingCampaignAudience control.

btnCancelAddMarketingCampaignAudience_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelAddMarketingCampaignAudience control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

gMarketingCampaignAudiencesPrimary_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gMarketingCampaignAudiencesPrimary control.

gMarketingCampaignAudiencesSecondary_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gMarketingCampaignAudiencesSecondary control.

gMarketingCampaignAudiences_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gMarketingCampaignAudiences control.

gMarketingCampaignAudiences_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gMarketingCampaignAudiences control.

ppContactPerson_SelectPerson ( object sender, EventArgs e ) : void

Handles the SelectPerson event of the ppContactPerson control.

비공개 메소드들

메소드 설명
BindMarketingCampaignAudiencesGrid ( ) : void

Binds the marketing campaign audiences grid.

LoadCampusPicker ( ) : void

Loads the campus picker.

LoadDropDowns ( ) : void

Loads the drop downs.

SetEditMode ( bool editable ) : void

Sets the edit mode.

ShowEditDetails ( MarketingCampaign marketingCampaign ) : void

Shows the edit details.

ShowReadonlyDetails ( MarketingCampaign marketingCampaign ) : void

Shows the readonly details.

gMarketingCampaignAudiencesAdd ( bool primaryAudience ) : void

Gs the marketing campaign audiences add.

메소드 상세

GetBreadCrumbs() 공개 메소드

Returns breadcrumbs specific to the block that should be added to navigation
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 ( string itemKey, int itemKeyValue ) : void
itemKey string The item key.
itemKeyValue int The item key value.
리턴 void

btnAddMarketingCampaignAudience_Click() 보호된 메소드

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

btnCancelAddMarketingCampaignAudience_Click() 보호된 메소드

Handles the Click event of the btnCancelAddMarketingCampaignAudience control.
protected btnCancelAddMarketingCampaignAudience_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

btnEdit_Click() 보호된 메소드

Handles the Click event of the btnEdit control.
protected btnEdit_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

gMarketingCampaignAudiencesPrimary_Add() 보호된 메소드

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

gMarketingCampaignAudiencesSecondary_Add() 보호된 메소드

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

gMarketingCampaignAudiences_Delete() 보호된 메소드

Handles the Delete event of the gMarketingCampaignAudiences control.
protected gMarketingCampaignAudiences_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

gMarketingCampaignAudiences_GridRebind() 보호된 메소드

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

ppContactPerson_SelectPerson() 보호된 메소드

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