C# Class RockWeb.Blocks.CheckIn.Manager.Locations

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewPointe/Rockit

Public Methods

Method Description
GetBreadCrumbs ( Rock pageReference ) : List
GetParentPurposeGroupType ( GroupType groupType, System.Guid purposeGuid ) : GroupType

Protected Methods

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

lbSearch_Click ( object sender, EventArgs e ) : void
lbUpdateThreshold_Click ( object sender, EventArgs e ) : void
rptNavItems_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rptNavItems control.

rptPeople_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the ItemCommand event of the rptPeople control.

rptPeople_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rptPeople control.

tglRoom_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the tglRoom control.

upnlContent_OnPostBack ( object sender, PostBackEventArgs e ) : void

Handles the OnPostBack event of the upnlContent control.

Private Methods

Method Description
AddGroupCount ( System.DateTime time, int groupId, List personIds, bool current ) : void
AddGroupType ( int parentGroupTypeId, GroupTypeCache groupType, List chartTimes ) : void
AddGroupTypeCount ( System.DateTime time, int groupTypeId, List personIds, bool current ) : void
AddLocation ( Location location, List chartTimes ) : NavigationLocation
AddLocationCount ( System.DateTime time, int locationId, List personIds, bool current ) : void
BuildCurrentPath ( int groupTypeId, int locationId, int groupId ) : string
BuildNavigationControls ( ) : void
GetChartTimes ( ) : List
GetDefaultCampus ( ) : CampusCache
GetNavigationData ( CampusCache campus, int scheduleId ) : NavigationData
RegisterStartupScript ( ) : void
RptNavItems_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the ItemCommand event of the RptNavItems control.

SetChartOptions ( ) : void

Method Details

Block_BlockUpdated() protected method

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

GetBreadCrumbs() public method

public GetBreadCrumbs ( Rock pageReference ) : List
pageReference Rock
return List

GetParentPurposeGroupType() public method

public GetParentPurposeGroupType ( GroupType groupType, System.Guid purposeGuid ) : GroupType
groupType GroupType
purposeGuid System.Guid
return GroupType

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

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

SaveViewState() protected method

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

lbSearch_Click() protected method

protected lbSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lbUpdateThreshold_Click() protected method

protected lbUpdateThreshold_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptNavItems_ItemDataBound() protected method

Handles the ItemDataBound event of the rptNavItems control.
protected rptNavItems_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
return void

rptPeople_ItemCommand() protected method

Handles the ItemCommand event of the rptPeople control.
protected rptPeople_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object The source of the event.
e System.Web.UI.WebControls.RepeaterCommandEventArgs The instance containing the event data.
return void

rptPeople_ItemDataBound() protected method

Handles the ItemDataBound event of the rptPeople control.
protected rptPeople_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
return void

tglRoom_CheckedChanged() protected method

Handles the CheckedChanged event of the tglRoom control.
protected tglRoom_CheckedChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

upnlContent_OnPostBack() protected method

Handles the OnPostBack event of the upnlContent control.
protected upnlContent_OnPostBack ( object sender, PostBackEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.PostBackEventArgs The instance containing the event data.
return void