Click or drag to resize
Askia

ISurveyInformation Interface

Contains basic information about a survey

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface ISurveyInformation : IRecordEntity

The ISurveyInformation type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
DateTime the record was created at
(Inherited from IRecordEntity.)
Public propertyCreatedBy
Id of the user which created the record
(Inherited from IRecordEntity.)
Public propertyDefaultLanguageId
Id of the survey default Language
Public propertyDefaultPageTemplateId
Returns the id of the survey default page template
Public propertyDeletedAt
DateTime at which the record was last deleted
(Inherited from IRecordEntity.)
Public propertyDeletedBy
Id of the user which last deleted the record
(Inherited from IRecordEntity.)
Public propertyDescription
Description of the survey
Public propertyId
Id of the record
(Inherited from IRecordEntity.)
Public propertyLastError
Last error that occurred
(Inherited from IRecordEntity.)
Public propertyName
Name of the survey
Public propertyPortalId
Id of the survey in AskiaPortal database
Public propertyUpdatedAt
DateTime at which the record was last updated
(Inherited from IRecordEntity.)
Public propertyUpdatedBy
Id of the user which last updated the record
(Inherited from IRecordEntity.)
Top
Methods
  NameDescription
Public methodDelete
Deletes the record in the database
(Inherited from IRecordEntity.)
Public methodIsDeleted
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.)
Public methodIsLoaded
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.)
Public methodReload
Reloads the record
(Inherited from IRecordEntity.)
Public methodRestore
Restores the deleted record in the database
(Inherited from IRecordEntity.)
Public methodSave
Saves the record in the database
(Inherited from IRecordEntity.)
Public methodSetName
Sets the name of the survey
Top
See Also