Click or drag to resize

ISurvey Methods

The ISurvey type exposes the following members.

Methods
  NameDescription
Public methodAddToModule
Indicates that the survey is accessible through the specified module.
It will not save the change in the database unless you explicitly call the Save method.
Public methodAddToServer
Add the management of the current survey in the specified server.
It will not save the change in the database unless you explicitly call the Save method.
Public methodDelete
Flag the entity as deleted in database
(Inherited from IEntityBase.)
Public methodDelete(Boolean)
Flag an entity as deleted or definitively delete it in the database.
(Inherited from IOwnerEntity.)
Public methodGetAllModuleGuids
Returns the list of all module GUIDs that hold the current survey.
Public methodGetAllServerMapItems
Returns the list of all servers that manage the current survey.
Public methodGetSerializedData
Returns the serialized version of survey.
Public methodReload
Reload the entity, using the current database value. Returns successful value when the operation succeed
(Inherited from IOwnerEntity.)
Public methodRemoveFromModule
Indicates that the survey is no more available in the specifie module.
It will not save the change in the database unless you explicitly call the Save method.
Public methodRemoveFromServer
Remove the management of the current survey from the specified server.
It will not save the change in the database unless you explicitly call the Save method.
Public methodRestore
Restore an entity flag as deleted
(Inherited from IOwnerEntity.)
Public methodSave
Save (create or update) an entity
(Inherited from IEntityBase.)
Public methodSetSerializedData
Set the serialized version of the survey.
It will not save the change in the database unless you explicitly call the Save method.
Public methodValidate
Validate the integrity of the entity
(Inherited from IEntityBase.)
Top
See Also