Click or drag to resize
IChildMgr Interface

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

The IChildMgr type exposes the following members.

Methods
  NameDescription
Public methodCode exampleDeleteChildSurvey
Delete the child interview with id inChildID of the child survey inChildName. Note: Each child interview gets his own internal ID given by the system
Public methodCode exampleEditChildSurvey
Opens the child interview with id inChildID for modification. Note: Each child interview gets his own internal ID given by the system
Public methodFillChildList
Fill ioList with the results details of child survey inChildName. The text will be some information regarding the result (survey name, subject id and the subject data).
Public methodFillChildSurveyNamesList
Fills ioList with the names of all child surveys of the current survey.
Public methodCode exampleGetChildSurveyCount
Returns the total amount of child interviews made in all child surveys
Public methodCode exampleGetChildSurveyCount(String)
Returns the total amount of child interviews made in child survey inChildName
Public methodCode exampleGetCompleteChildren
Get IDs array of all completed child interviews done in child survey inChildName. Note: Each child interview gets his own internal ID given by the system
Public methodCode exampleGetIncompleteChildren
Get IDs array of all incomplete child interviews done in child survey inChildName. Note: Each child interview gets his own internal ID given by the system
Public methodCode exampleStartChildSurvey
Automatically start child survey inChildName
Top
See Also