Click or drag to resize
IChapterInfo Interface

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

The IChapterInfo type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Get array of the chapter's sub chapters
Public propertyCompleted
Check whether all visible questions in a chapter were answered or not.
Public propertyCode exampleHasIterations
Check if the chapter
Public propertyID
Get the internal chapter's ID (its unique id automatically givven through the system)
Public propertyCode exampleIdx
Get the chapter's index
Public propertyCode exampleIsRoot
Check if the chapter is the Root chapter or not
Public propertyCode exampleName
Get the name of the chapter (as it is called in the designer)
Public propertyParent
Get the Chapter Info of the parent chapter
Public propertyCode exampleQuestions
Get array of the chapter's questions indexes
Public propertyQuestionTick
Public propertySubChapterTick
Public propertyCode exampleVisible
Check whether the chapter is visible or not / set the chapter to be visible or hidden.
Public propertyCode exampleWillNeverBeShown
Check whether the chapter will always be hidden form surevyor
Top
Methods
  NameDescription
Public methodCode exampleGetIterationName
Get the name of iteration index inIterationIdx.
Public methodCode exampleGetIterations
Get array of all iterations indexes of the chapter
Public methodCode exampleGetIterationsNames
Get array of all iteration names of the chapter
Top
See Also