| RoutingStartType Enumeration |
Enumeration of the possible ways an interview is triggered (i.e. started).
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum RoutingStartType
Public Enumeration RoutingStartType
public enum class RoutingStartType
Members
| Member name | Value | Description |
---|
| Question | 0 |
The routing will be triggered relative to a single question being processed.
|
| StartInterview | 1 |
The routing will be triggered relative to the beginning of the interview.
|
| AllQuestions | 2 |
The routing will be triggered relative to all of the questions being processed.
|
| RestartInterview | 3 |
The routing will be triggered relative to the restart of the interview.
|
| EndInterview | 4 |
The routing will be triggered relative to the end of the interview.
|
See Also