ISurvey Methods |
The ISurvey type exposes the following members.
Name | Description | |
---|---|---|
AddToModule |
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. | |
AddToServer |
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. | |
Delete |
Flag the entity as deleted in database
(Inherited from IEntityBase.) | |
Delete(Boolean) |
Flag an entity as deleted or definitively delete it in the database.
(Inherited from IOwnerEntity.) | |
GetAllModuleGuids |
Returns the list of all module GUIDs
that hold the current survey.
| |
GetAllServerMapItems |
Returns the list of all servers that manage
the current survey.
| |
GetSerializedData |
Returns the serialized version of survey.
| |
Reload |
Reload the entity, using the current database value.
Returns successful value when the operation succeed
(Inherited from IOwnerEntity.) | |
RemoveFromModule |
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. | |
RemoveFromServer |
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. | |
Restore |
Restore an entity flag as deleted
(Inherited from IOwnerEntity.) | |
Save |
Save (create or update) an entity
(Inherited from IEntityBase.) | |
SetSerializedData |
Set the serialized version of the survey. It will not save the change in the database unless you explicitly call the Save method. | |
Validate |
Validate the integrity of the entity
(Inherited from IEntityBase.) |