C# Class RockWeb.Blocks.CheckIn.CheckinConfiguration

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Public Methods

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

Shows the detail.

Protected Methods

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

Private Methods

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

Method Details

LoadViewState() protected method

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

SaveViewState() protected method

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

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

btnAddCheckinLabel_Click() protected method

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

btnAddLocation_Click() protected method

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

btnCancelAddCheckinLabel_Click() protected method

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

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

groupEditor_AddLocationClick() protected method

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

groupEditor_DeleteGroupClick() protected method

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

groupEditor_DeleteLocationClick() protected method

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

groupTypeEditor_AddCheckinLabelClick() protected method

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

groupTypeEditor_AddGroupClick() protected method

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

groupTypeEditor_AddGroupTypeClick() protected method

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

groupTypeEditor_DeleteCheckinLabelClick() protected method

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

groupTypeEditor_DeleteGroupTypeClick() protected method

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

lbAddCheckinArea_Click() protected method

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