SurveyFactory Methods |
The SurveyFactory type exposes the following members.
Name | Description | |
---|---|---|
FindAllByIds |
Find all surveys using a list of identifiers.
| |
FindAllForUser |
Find all surveys available for the specified user.
| |
FindAllForUserNotOnModule |
Find all surveys available for the specified user and not available on the current module.
| |
FindAllForUserOnModule |
Find all surveys available for the specified user on the current module.
| |
FindByGuid |
Find a survey using his GUID, return null if not found.
| |
FindById |
Find a survey using his identifier, return null if not found
| |
NewSurvey |
Create a new empty instance of survey
|