Click or drag to resize
IExecutionMgr Interface

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public interface IExecutionMgr

The IExecutionMgr type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCurrDispQues
returns the index of the current displayed question
Public propertyCode exampleDuration
returns the duration of the interview
Top
Methods
  NameDescription
Public methodCode exampleCancelSubject
Cancel the interview
Public methodCode exampleFilterSubject
Filter the interview
Public methodCode exampleGotoChapter(Int32)
Interview jumps to a certain chapter index from the current place.
Public methodCode exampleGotoChapter(Int32, Boolean)
Interview jumps to a certain chapter index from the current place, depending on validation rules on the way
Public methodCode exampleGotoNext
Interview automatically continues to the next page. Equals to the "Next" button
Public methodCode exampleGotoPrev
Interview automatically go back to the previous dispalyed page. Equals to the "Back" button
Public methodCode exampleGotoQuestion(Int32)
Interview jumps to a certain question index from the current place.
Public methodCode exampleGotoQuestion(Int32, Boolean)
Interview jumps to a certain question index from the current place, depending on validation rules on the way
Public methodCode exampleResetSubject
Reset the current interview by closing it.
Public methodCode exampleSaveSubject
Save the interview
Public methodCode exampleStopSubject
Stop and save the interview
Public methodCode exampleStopSubjectWithMessage
Stop the interview along with an options message.
Public methodCode exampleSubmitSubject
Submit the interview
Top
See Also