Click or drag to resize

SurveyFactory Class

Factory of AskiaPortal surveys.
Inheritance Hierarchy
SystemObject
  AskiaPortalCmnSurveyFactory

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static class SurveyFactory

The SurveyFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleFindAllByIds
Find all surveys using a list of identifiers.
Public methodStatic memberCode exampleFindAllForUser
Find all surveys available for the specified user.
Public methodStatic memberFindAllForUserNotOnModule
Find all surveys available for the specified user and not available on the current module.
Public methodStatic memberFindAllForUserOnModule
Find all surveys available for the specified user on the current module.
Public methodStatic memberCode exampleFindByGuid
Find a survey using his GUID, return null if not found.
Public methodStatic memberCode exampleFindById
Find a survey using his identifier, return null if not found
Public methodStatic memberCode exampleNewSurvey
Create a new empty instance of survey
Top
See Also