IQuestionsTemplate Interface |
Namespace: AskiaCore
The IQuestionsTemplate type exposes the following members.
Name | Description | |
---|---|---|
Categories |
Collection of categories for this survey
(Inherited from ISurvey.) | |
Controls |
Collection of controls for this survey
(Inherited from ISurvey.) | |
CreatedAt |
DateTime the record was created at
(Inherited from IRecordEntity.) | |
CreatedBy |
Id of the user which created the record
(Inherited from IRecordEntity.) | |
DefaultControls |
Collection of default controls for this survey
(Inherited from ISurvey.) | |
DefaultLanguageId |
Id of the survey default Language
(Inherited from ISurveyInformation.) | |
DefaultPageTemplateId |
Returns the id of the survey default page template
(Inherited from ISurveyInformation.) | |
DefaultPageTemplateProperties |
Collection of default page template properties for this survey
(Inherited from ISurvey.) | |
DeletedAt |
DateTime at which the record was last deleted
(Inherited from IRecordEntity.) | |
DeletedBy |
Id of the user which last deleted the record
(Inherited from IRecordEntity.) | |
Description |
Description of the survey
(Inherited from ISurveyInformation.) | |
DynamicSettings |
Dynamic Settings of the survey
(Inherited from IMergeableSurvey.) | |
Elements |
Collection of elements for this survey
(Inherited from ISurvey.) | |
Id |
Id of the record
(Inherited from IRecordEntity.) | |
Languages |
Collection of languages for this survey
(Inherited from ISurvey.) | |
LastError |
Last error that occurred
(Inherited from IRecordEntity.) | |
Name |
Name of the survey
(Inherited from ISurveyInformation.) | |
PageTemplates |
Collection of page templates for this survey
(Inherited from ISurvey.) | |
PortalId |
Id of the survey in AskiaPortal database
(Inherited from ISurveyInformation.) | |
Questions |
Collection of questions for this survey
(Inherited from ISurvey.) | |
Resources |
Collection of resources for this survey
(Inherited from ISurvey.) | |
Routings |
Collection of routings for this survey
(Inherited from ISurvey.) | |
Scenarios |
Collection of scenarios for this survey
(Inherited from ISurvey.) | |
ThemeProperties |
Collection of theme properties for this survey
(Inherited from ISurvey.) | |
UpdatedAt |
DateTime at which the record was last updated
(Inherited from IRecordEntity.) | |
UpdatedBy |
Id of the user which last updated the record
(Inherited from IRecordEntity.) | |
Version |
Gets the version of the engine that created the survey
(Inherited from ISurvey.) |
Name | Description | |
---|---|---|
ApplyTheme |
Applies the given theme
(Inherited from ISurvey.) | |
CheckAll |
Checks all the survey
(Inherited from ISurvey.) | |
CheckElementsStructure |
Checks the integrity of the elements structure
(Inherited from ISurvey.) | |
CheckQuestionsStructure |
Checks the integrity of the questions structure
(Inherited from ISurvey.) | |
CheckResourceFileLocationAlreadyExist |
Checks if the given resource file location already exist
(Inherited from ISurvey.) | |
CheckRoutings |
Checks the routings
(Inherited from ISurvey.) | |
CompileScript(RoutingActionType, String) |
Compiles an Askia script.
(Inherited from ISurvey.) | |
CompileScript(RoutingConditionType, String) |
Compiles an Askia script.
(Inherited from ISurvey.) | |
CopyAsQuestionsTemplate |
Copies the current survey as a questions Template
(Inherited from ISurvey.) | |
CopyAsSurveyTemplate |
Copies the current survey as a survey Template
(Inherited from ISurvey.) | |
CreateConditionFromScript |
Creates an assisted condition given a script.
(Inherited from ISurvey.) | |
CreateInterview |
Creates an interview from this survey
(Inherited from ISurvey.) | |
CreateInterview(Int32) |
Creates an interview from this survey
(Inherited from ISurvey.) | |
CreateScriptFromCondition |
Creates a script given an assisted condition.
(Inherited from ISurvey.) | |
CreateSubSurveyForScreen |
Creates a sub-survey for the variables in the page element.
(Inherited from ISurvey.) | |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
ExtractResources |
Extract resources to their appropriate location ResourcesPath (Inherited from ISurvey.) | |
FindResponse |
Retrieve a response from within the questions of the
survey given its id
(Inherited from ISurvey.) | |
FindResponses |
Retrieve responses from within the questions of the
survey given their ids
(Inherited from ISurvey.) | |
GetMessages |
Returns a collection of the messages for the
current language
(Inherited from ISurvey.) | |
IndentQuestions |
Indent questions
(Inherited from ISurvey.) | |
InsertFromQuestionsTemplate |
Insert questions from a given template to a specific destination
(Inherited from ISurvey.) | |
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
(Inherited from ISurvey.) | |
LoadFromXMLFile |
Reads from file in XML format
(Inherited from ISurvey.) | |
LoadInterview |
Loads a specific interview
(Inherited from ISurvey.) | |
MergeQuestionPages |
Merge questions from the given id's range into the same page
(Inherited from ISurvey.) | |
MoveElement |
Move element to a given destination
(Inherited from ISurvey.) | |
MoveQuestions |
Move questions to a given destination
(Inherited from ISurvey.) | |
MoveRoutings |
Move routings to a given destination
(Inherited from ISurvey.) | |
ReadFromExchangeFormat(Byte) |
Reads from file in exchange format (.qex)
(Inherited from ISurvey.) | |
ReadFromExchangeFormat(String) |
Reads from file in exchange format (.qex)
(Inherited from ISurvey.) | |
ReadFromExchangeFormat(String, String) |
Reads from file in exchange format (.qex)
(Inherited from ISurvey.) | |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
ResetResourcePath |
Empties the Live and test path so it works in a published survey
(Inherited from ISurvey.) | |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
RunScript |
Runs an Askia script
(Inherited from ISurvey.) | |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) | |
SaveAll |
Saves all the survey recursively
(Inherited from ISurvey.) | |
SaveRoutings |
Saves a batch of routings in one go, all or nothing.
(Inherited from ISurvey.) | |
SaveToExchangeFormat(Byte) |
Saves to memory in exchange format
(Inherited from ISurvey.) | |
SaveToExchangeFormat(String) |
Saves to file in exchange format (.qex)
(Inherited from ISurvey.) | |
SaveToExchangeFormat(String, String) |
Saves to file in exchange format (.qex)
(Inherited from ISurvey.) | |
SaveToXML |
Saves to memory in XML format
(Inherited from ISurvey.) | |
SaveToXMLFile |
Saves to file in XML format
(Inherited from ISurvey.) | |
SetDefaultLanguage |
Set the default language ID for the whole survey
(Inherited from ISurvey.) | |
SetDefaultPageTemplate |
Set the default pages template id for the whole survey
(Inherited from ISurvey.) | |
SetName |
Sets the name of the survey
(Inherited from ISurveyInformation.) | |
SplitQuestionPages |
Split merged questions from the given id's range
(Inherited from ISurvey.) | |
TestCode |
Internal debug function
(Inherited from ISurvey.) | |
TransformIntoQuestionsTemplate |
Promotes the current survey to a questions Template
(Inherited from ISurvey.) | |
TransformIntoSurveyTemplate |
Promotes the current survey to a survey Template
(Inherited from ISurvey.) | |
UnindentQuestions |
Unindent questions
(Inherited from ISurvey.) | |
Upgrade |
Upgrades survey to latest version
(Inherited from ISurvey.) |