| IChapterInfo Interface |
Namespace: SurveyToGo.UserLogic.Interfaces
public interface IChapterInfo
The IChapterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Children |
Get array of the chapter's sub chapters
| |
| Completed |
Check whether all visible questions in a chapter were answered or not.
| |
| HasIterations |
Check if the chapter
| |
| ID |
Get the internal chapter's ID (its unique id automatically givven through the system)
| |
| Idx |
Get the chapter's index
| |
| IsRoot |
Check if the chapter is the Root chapter or not
| |
| Name |
Get the name of the chapter (as it is called in the designer)
| |
| Parent |
Get the Chapter Info of the parent chapter
| |
| Questions |
Get array of the chapter's questions indexes
| |
| QuestionTick | ||
| SubChapterTick | ||
| Visible |
Check whether the chapter is visible or not / set the chapter to be visible or hidden.
| |
| WillNeverBeShown |
Check whether the chapter will always be hidden form surevyor
|
| Name | Description | |
|---|---|---|
| GetIterationName |
Get the name of iteration index inIterationIdx.
| |
| GetIterations |
Get array of all iterations indexes of the chapter
| |
| GetIterationsNames |
Get array of all iteration names of the chapter
|