ISurvey Methods |
The ISurvey type exposes the following members.
Name | Description | |
---|---|---|
ApplyTheme |
Applies the given theme
| |
CheckAll |
Checks all the survey
| |
CheckElementsStructure |
Checks the integrity of the elements structure
| |
CheckQuestionsStructure |
Checks the integrity of the questions structure
| |
CheckResourceFileLocationAlreadyExist |
Checks if the given resource file location already exist
| |
CheckRoutings |
Checks the routings
| |
CompileScript(RoutingActionType, String) |
Compiles an Askia script.
| |
CompileScript(RoutingConditionType, String) |
Compiles an Askia script.
| |
CopyAsQuestionsTemplate |
Copies the current survey as a questions Template
| |
CopyAsSurveyTemplate |
Copies the current survey as a survey Template
| |
CreateConditionFromScript |
Creates an assisted condition given a script.
| |
CreateInterview |
Creates an interview from this survey
| |
CreateInterview(Int32) |
Creates an interview from this survey
| |
CreateScriptFromCondition |
Creates a script given an assisted condition.
| |
CreateSubSurveyForScreen |
Creates a sub-survey for the variables in the page element.
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
ExtractResources |
Extract resources to their appropriate location ResourcesPath | |
FindResponse |
Retrieve a response from within the questions of the
survey given its id
| |
FindResponses |
Retrieve responses from within the questions of the
survey given their ids
| |
GetMessages |
Returns a collection of the messages for the
current language
| |
IndentQuestions |
Indent questions
| |
InsertFromQuestionsTemplate |
Insert questions from a given template to a specific destination
| |
IsDeleted |
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.) | |
IsLoaded |
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.) | |
LoadFromXML |
Reads from memory in XML format
| |
LoadFromXMLFile |
Reads from file in XML format
| |
LoadInterview |
Loads a specific interview
| |
MergeQuestionPages |
Merge questions from the given id's range into the same page
| |
MoveElement |
Move element to a given destination
| |
MoveQuestions |
Move questions to a given destination
| |
MoveRoutings |
Move routings to a given destination
| |
ReadFromExchangeFormat(Byte) |
Reads from file in exchange format (.qex)
| |
ReadFromExchangeFormat(String) |
Reads from file in exchange format (.qex)
| |
ReadFromExchangeFormat(String, String) |
Reads from file in exchange format (.qex)
| |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
ResetResourcePath |
Empties the Live and test path so it works in a published survey
| |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
RunScript |
Runs an Askia script
| |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) | |
SaveAll |
Saves all the survey recursively
| |
SaveRoutings |
Saves a batch of routings in one go, all or nothing.
| |
SaveToExchangeFormat(Byte) |
Saves to memory in exchange format
| |
SaveToExchangeFormat(String) |
Saves to file in exchange format (.qex)
| |
SaveToExchangeFormat(String, String) |
Saves to file in exchange format (.qex)
| |
SaveToXML |
Saves to memory in XML format
| |
SaveToXMLFile |
Saves to file in XML format
| |
SetDefaultLanguage |
Set the default language ID for the whole survey
| |
SetDefaultPageTemplate |
Set the default pages template id for the whole survey
| |
SetName |
Sets the name of the survey
(Inherited from ISurveyInformation.) | |
SplitQuestionPages |
Split merged questions from the given id's range
| |
TestCode |
Internal debug function
| |
TransformIntoQuestionsTemplate |
Promotes the current survey to a questions Template
| |
TransformIntoSurveyTemplate |
Promotes the current survey to a survey Template
| |
UnindentQuestions |
Unindent questions
| |
Upgrade |
Upgrades survey to latest version
|