Property | Type | Description | |
---|---|---|---|
CurrentCheckInState | |||
CurrentGroupTypeIds | List |
||
CurrentWorkflow | Rock.Model.Workflow |
Method | Description | |
---|---|---|
RequiresSelection ( bool backingUp ) : bool |
Determines if the block requires that a selection be made. This is used to determine if user should be redirected to this block or not.
|
Method | Description | |
---|---|---|
CancelCheckin ( ) : void |
Cancels the check-in.
|
|
CheckForOverride ( string>.Dictionary |
Checks if the override option is currently being used.
|
|
GetCheckInBlock ( string attributeKey ) : |
Loads a check-in block to determine if it will require a selection or not. This is used to find the next page/block that does require a selection so that user can be redirected once to that block, rather than just continuesly redirected to next/prev page blocks and possibly exceeding the maximum number of redirects.
|
|
GetGroupTypesLocations ( RockContext rockContext ) : IEnumerable |
Returns the locations for this Kiosk for the configured group types
|
|
GetPersonScheduleSubTitle ( ) : string |
Gets the person schedule sub title.
|
|
GoBack ( ) : void |
Do nothing (such as unselecting something) but simply return to previous screen.
|
|
GoBack ( bool validateSelectionRequired ) : void |
Goes the back.
|
|
NavigateToHomePage ( ) : void |
Navigates to the check-in home page.
|
|
NavigateToNextPage ( ) : void |
Navigates to next page.
|
|
NavigateToNextPage ( string>.Dictionary |
Navigates to next page.
|
|
NavigateToNextPage ( string>.Dictionary |
Navigates to next page.
|
|
NavigateToNextPage ( bool validateSelectionRequired ) : void |
Navigates to next page.
|
|
NavigateToPreviousPage ( ) : void |
Navigates to previous page.
|
|
NavigateToPreviousPage ( string>.Dictionary |
Navigates to previous page.
|
|
NavigateToPreviousPage ( string>.Dictionary |
Navigates to previous page.
|
|
NavigateToPreviousPage ( bool validateSelectionRequired ) : void |
Navigates to previous page.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
ProcessActivity ( string activityName, List |
Activates and processes a workflow activity. If the workflow has not yet been activated, it will also be activated
|
|
ProcessSelection ( Rock modalAlert ) : List |
Processes the selection, save state and navigates to the next page if no errors are encountered during processing the activity.
|
|
ProcessSelection ( Rock modalAlert, bool validateSelectionRequired ) : List |
Processes the selection, save state and navigates to the next page if no errors are encountered during processing the activity.
|
|
ProcessSelection ( Rock modalAlert, Func |
Processes the selection, save state and navigates to the next page if no errors are encountered during processing the activity.
|
|
ProcessSelection ( Rock modalAlert, Func |
Processes the selection, save state and navigates to the next page if no errors are encountered during processing the activity.
|
|
SaveState ( ) : void |
Saves the current state of the kiosk and workflow
|
Method | Description | |
---|---|---|
GetState ( ) : void |
Gets the state.
|
protected CheckForOverride ( string>.Dictionary |
||
queryParams | string>.Dictionary | The query parameters. |
return | string>.Dictionary |
protected GetCheckInBlock ( string attributeKey ) : |
||
attributeKey | string | The attribute key. |
return |
protected GetGroupTypesLocations ( RockContext rockContext ) : IEnumerable |
||
rockContext | RockContext | |
return | IEnumerable |
protected GetPersonScheduleSubTitle ( ) : string | ||
return | string |
protected GoBack ( bool validateSelectionRequired ) : void | ||
validateSelectionRequired | bool | if set to |
return | void |
protected NavigateToNextPage ( string>.Dictionary |
||
queryParams | string>.Dictionary | The query parameters. |
return | void |
protected NavigateToNextPage ( string>.Dictionary |
||
queryParams | string>.Dictionary | The query parameters. |
validateSelectionRequired | bool | if set to |
return | void |
protected NavigateToNextPage ( bool validateSelectionRequired ) : void | ||
validateSelectionRequired | bool | if set to |
return | void |
protected NavigateToPreviousPage ( string>.Dictionary |
||
queryParams | string>.Dictionary | The query parameters. |
return | void |
protected NavigateToPreviousPage ( string>.Dictionary |
||
queryParams | string>.Dictionary | The query parameters. |
validateSelectionRequired | bool | if set to |
return | void |
protected NavigateToPreviousPage ( bool validateSelectionRequired ) : void | ||
validateSelectionRequired | bool | if set to |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected ProcessActivity ( string activityName, List |
||
activityName | string | Name of the activity. |
errorMessages | List |
The error messages. |
return | bool |
protected ProcessSelection ( Rock modalAlert ) : List |
||
modalAlert | Rock | The modal alert control to show if errors occur. |
return | List |
protected ProcessSelection ( Rock modalAlert, bool validateSelectionRequired ) : List |
||
modalAlert | Rock | The modal alert control to show if errors occur. |
validateSelectionRequired | bool | if set to |
return | List |
protected ProcessSelection ( Rock modalAlert, Func |
||
modalAlert | Rock | The modal alert control to show if errors occur. |
doNotProceedCondition | Func |
A condition that must be met after processing /// the activity in order to save state and continue to the next page. |
conditionMessage | string | The message to display in the modal if the condition fails. |
return | bool |
protected ProcessSelection ( Rock modalAlert, Func |
||
modalAlert | Rock | The modal alert control to show if errors occur. |
doNotProceedCondition | Func |
A condition that must be met after processing /// the activity in order to save state and continue to the next page. |
conditionMessage | string | The message to display in the modal if the condition fails. |
validateSelectionRequired | bool | if set to |
return | bool |
public RequiresSelection ( bool backingUp ) : bool | ||
backingUp | bool | if set to |
return | bool |
protected CheckInState,Rock.CheckIn CurrentCheckInState | ||
return |