C# 클래스 RockWeb.Blocks.Connection.ConnectionOpportunityDetail

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

공개 프로퍼티들

프로퍼티 타입 설명
_canEdit bool
_connectionTypeId int

공개 메소드들

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

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.

ShowDetail ( int connectionOpportunityId ) : void

Shows the detail.

lvDefaultConnectors_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the ItemDataBound event of the lvDefaultConnectors control.

보호된 메소드들

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

Handles the BlockUpdated event of the control.

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnHideDialog_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnHideDialog control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

cblCampus_SelectedIndexChanged ( object sender, EventArgs e ) : void
ddlGroupType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlGroupType control.

ddlTriggerType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlTriggerType control.

dlgConnectorGroupDetails_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgConnectorGroupDetails control.

dlgGroupDetails_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgGroupDetails control.

dlgWorkflowDetails_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgWorkflowDetails control.

gConnectionOpportunityConnectorGroups_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gConnectionOpportunityConnectorGroups control.

gConnectionOpportunityConnectorGroups_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gConnectionOpportunityConnectorGroups control.

gConnectionOpportunityConnectorGroups_ShowEdit ( System.Guid connectionOpportunityConnectorGroupsGuid ) : void

handles the connection opportunity group campuses_ show edit.

gConnectionOpportunityGroups_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gConnectionOpportunityGroups control.

gConnectionOpportunityWorkflows_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gConnectionOpportunityWorkflows control.

gConnectionOpportunityWorkflows_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gConnectionOpportunityWorkflows control.

gConnectionOpportunityWorkflows_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gConnectionOpportunityWorkflows control.

gConnectionOpportunityWorkflows_ShowEdit ( System.Guid connectionOpportunityWorkflowGuid ) : void

Shows the connection opportunity workflow details edit dialog.

tglUseAllGroupsOfGroupType_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the tglUseAllGroupsOfGroupType control.

비공개 메소드들

메소드 설명
BindConnectorGroupsGrid ( ) : void

Binds the campus grid.

BindDefaultConnectors ( ) : void

Binds the default connectors.

BindGroupGrid ( ) : void

Binds the group grid.

BindWorkflowGrid ( ) : void

Binds the workflow grid.

GetConnectionOpportunity ( int connectionOpportunityId, RockContext rockContext = null ) : ConnectionOpportunity

Gets the connectionOpportunity.

HideDialog ( ) : void

Hides the dialog.

LoadDropDowns ( ConnectionOpportunity connectionOpportunity ) : void

Loads the drop downs.

LoadGroupRoles ( int groupTypeId ) : void

Loads the group roles.

ShowDialog ( bool setValues = false ) : void

Shows the dialog.

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

Shows the dialog.

ShowEditDetails ( ConnectionOpportunity connectionOpportunity ) : void

Shows the edit details.

ShowOpportunityAttributes ( ) : void

Shows the opportunity attributes.

UpdateTriggerQualifiers ( ) : void

Updates the trigger qualifiers.

cblSelectedItemsAsInt ( CheckBoxList cbl ) : List
gConnectionOpportunityConnectorGroups_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gConnectionOpportunityConnectorGroups control.

gConnectionOpportunityConnectorGroups_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gConnectionOpportunityConnectorGroups control.

gConnectionOpportunityGroups_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gConnectionOpportunityGroups control.

gConnectionOpportunityGroups_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gConnectionOpportunityGroups control.

gConnectionOpportunityWorkflows_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gConnectionOpportunityWorkflows control.

gConnectionOpportunityWorkflows_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gConnectionOpportunityWorkflows control.

메소드 상세

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

GetBreadCrumbs() 공개 메소드

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The .
리턴 List

LoadViewState() 보호된 메소드

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
리턴 void

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

SaveViewState() 보호된 메소드

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
리턴 object

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int connectionOpportunityId ) : void
connectionOpportunityId int The connectionOpportunity identifier.
리턴 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

btnHideDialog_Click() 보호된 메소드

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

cblCampus_SelectedIndexChanged() 보호된 메소드

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

ddlGroupType_SelectedIndexChanged() 보호된 메소드

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

ddlTriggerType_SelectedIndexChanged() 보호된 메소드

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

dlgConnectorGroupDetails_SaveClick() 보호된 메소드

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

dlgGroupDetails_SaveClick() 보호된 메소드

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

dlgWorkflowDetails_SaveClick() 보호된 메소드

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

gConnectionOpportunityConnectorGroups_Delete() 보호된 메소드

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

gConnectionOpportunityConnectorGroups_Edit() 보호된 메소드

Handles the Edit event of the gConnectionOpportunityConnectorGroups control.
protected gConnectionOpportunityConnectorGroups_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

gConnectionOpportunityConnectorGroups_ShowEdit() 보호된 메소드

handles the connection opportunity group campuses_ show edit.
protected gConnectionOpportunityConnectorGroups_ShowEdit ( System.Guid connectionOpportunityConnectorGroupsGuid ) : void
connectionOpportunityConnectorGroupsGuid System.Guid The connection opportunity group campus unique identifier.
리턴 void

gConnectionOpportunityGroups_Delete() 보호된 메소드

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

gConnectionOpportunityWorkflows_Delete() 보호된 메소드

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

gConnectionOpportunityWorkflows_Edit() 보호된 메소드

Handles the Edit event of the gConnectionOpportunityWorkflows control.
protected gConnectionOpportunityWorkflows_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

gConnectionOpportunityWorkflows_RowDataBound() 보호된 메소드

Handles the RowDataBound event of the gConnectionOpportunityWorkflows control.
protected gConnectionOpportunityWorkflows_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
리턴 void

gConnectionOpportunityWorkflows_ShowEdit() 보호된 메소드

Shows the connection opportunity workflow details edit dialog.
protected gConnectionOpportunityWorkflows_ShowEdit ( System.Guid connectionOpportunityWorkflowGuid ) : void
connectionOpportunityWorkflowGuid System.Guid The connection opportunity workflow unique identifier.
리턴 void

lvDefaultConnectors_ItemDataBound() 공개 메소드

Handles the ItemDataBound event of the lvDefaultConnectors control.
public lvDefaultConnectors_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewItemEventArgs The instance containing the event data.
리턴 void

tglUseAllGroupsOfGroupType_CheckedChanged() 보호된 메소드

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

프로퍼티 상세

_canEdit 공개적으로 프로퍼티

public bool _canEdit
리턴 bool

_connectionTypeId 공개적으로 프로퍼티

public int _connectionTypeId
리턴 int