| IExecutionMgr Interface |
Namespace: SurveyToGo.UserLogic.Interfaces
public interface IExecutionMgr
The IExecutionMgr type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrDispQues |
returns the index of the current displayed question
| |
| Duration |
returns the duration of the interview
|
| Name | Description | |
|---|---|---|
| CancelSubject |
Cancel the interview
| |
| FilterSubject |
Filter the interview
| |
| GotoChapter(Int32) |
Interview jumps to a certain chapter index from the current place.
| |
| GotoChapter(Int32, Boolean) |
Interview jumps to a certain chapter index from the current place, depending on validation rules on the way
| |
| GotoNext |
Interview automatically continues to the next page. Equals to the "Next" button
| |
| GotoPrev |
Interview automatically go back to the previous dispalyed page. Equals to the "Back" button
| |
| GotoQuestion(Int32) |
Interview jumps to a certain question index from the current place.
| |
| GotoQuestion(Int32, Boolean) |
Interview jumps to a certain question index from the current place, depending on validation rules on the way
| |
| ResetSubject |
Reset the current interview by closing it.
| |
| SaveSubject |
Save the interview
| |
| StopSubject |
Stop and save the interview
| |
| StopSubjectWithMessage |
Stop the interview along with an options message.
| |
| SubmitSubject |
Submit the interview
|