C# 클래스 RockWeb.Blocks.CheckIn.CheckinConfiguration

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

공개 메소드들

메소드 설명
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail.

보호된 메소드들

메소드 설명
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.

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.

btnAddCheckinLabel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAddCheckinLabel control.

btnAddLocation_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAddLocation control.

btnCancelAddCheckinLabel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelAddCheckinLabel control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

groupEditor_AddLocationClick ( object sender, EventArgs e ) : void

Handles the AddLocationClick event of the groupEditor control.

groupEditor_DeleteGroupClick ( object sender, EventArgs e ) : void

Handles the DeleteGroupClick event of the groupEditor control.

groupEditor_DeleteLocationClick ( object sender, RowEventArgs e ) : void

Handles the DeleteLocationClick event of the groupEditor control.

groupTypeEditor_AddCheckinLabelClick ( object sender, EventArgs e ) : void

Handles the AddCheckinLabelClick event of the groupTypeEditor control.

groupTypeEditor_AddGroupClick ( object sender, EventArgs e ) : void

Handles the AddGroupClick event of the groupTypeEditor control.

groupTypeEditor_AddGroupTypeClick ( object sender, EventArgs e ) : void

Handles the AddGroupTypeClick event of the groupTypeEditor control.

groupTypeEditor_DeleteCheckinLabelClick ( object sender, RowEventArgs e ) : void

Handles the DeleteCheckinLabelClick event of the groupTypeEditor control.

groupTypeEditor_DeleteGroupTypeClick ( object sender, EventArgs e ) : void

Handles the DeleteGroupTypeClick event of the groupTypeEditor control.

lbAddCheckinArea_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddCheckinArea control.

비공개 메소드들

메소드 설명
BuildGroupTypeEditorControlsFromViewState ( ) : void

Builds the state of the group type editor controls from view.

CreateGroupEditorControls ( Group group, Control parentControl, bool forceContentVisible = false ) : void

Creates the group editor controls.

CreateGroupTypeEditorControls ( GroupType groupType, Control parentControl, bool forceGroupTypeEditorVisible = false ) : void

Creates the group type editor controls.

IsInheritedGroupTypeRecursive ( GroupTypeCache groupType, RockContext rockContext = null ) : bool

Determines whether [is inherited group type recursive] [the specified group type].

PopulateAddUpdateLists ( List groupTypesToAddUpdate, List groupsToAddUpdate, GroupType groupTypeUI ) : void

Populates the add update lists.

PopulateDeleteLists ( List groupTypesToDelete, List groupsToDelete, GroupType groupTypeDB, GroupType groupTypeUI ) : void

Populates the delete lists (recursive)

SaveGroupTypeControlsToViewState ( ) : void

Saves the state of the group type controls to viewstate.

SortGroupTypeListContents ( string eventParam, string values ) : void

Sorts the group type list contents.

메소드 상세

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

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 ( string itemKey, int itemKeyValue ) : void
itemKey string The item key.
itemKeyValue int The item key value.
리턴 void

btnAddCheckinLabel_Click() 보호된 메소드

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

btnAddLocation_Click() 보호된 메소드

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

btnCancelAddCheckinLabel_Click() 보호된 메소드

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

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

groupEditor_AddLocationClick() 보호된 메소드

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

groupEditor_DeleteGroupClick() 보호된 메소드

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

groupEditor_DeleteLocationClick() 보호된 메소드

Handles the DeleteLocationClick event of the groupEditor control.
protected groupEditor_DeleteLocationClick ( 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

groupTypeEditor_AddCheckinLabelClick() 보호된 메소드

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

groupTypeEditor_AddGroupClick() 보호된 메소드

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

groupTypeEditor_AddGroupTypeClick() 보호된 메소드

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

groupTypeEditor_DeleteCheckinLabelClick() 보호된 메소드

Handles the DeleteCheckinLabelClick event of the groupTypeEditor control.
protected groupTypeEditor_DeleteCheckinLabelClick ( 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

groupTypeEditor_DeleteGroupTypeClick() 보호된 메소드

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

lbAddCheckinArea_Click() 보호된 메소드

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