Click or drag to resize

ISurvey Properties

The ISurvey type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
Get the date of the creation
(Inherited from IOwnerEntityBase.)
Public propertyCreatedBy
Get the id of the user who have create the entity
(Inherited from IOwnerEntityBase.)
Public propertyCreatedFrom
Get the GUID of the module that has created the survey.
Public propertyDeletedAt
Get the date of deletion
(Inherited from IOwnerEntityBase.)
Public propertyDeletedBy
Get the id of the user who have delete the entity
(Inherited from IOwnerEntityBase.)
Public propertyDeletedFrom
Get the GUID of the module that has deleted the survey.
Public propertyDescription
Get or set a description for the survey.
(Inherited from ISurveyBase.)
Public propertyGuid
Gets the GUID of the survey.
Public propertyId
Get the id of the current entity
(Inherited from IOwnerEntityBase.)
Public propertyIsDeleted
Indicates if the current entity is flag as deleted
(Inherited from IOwnerEntityBase.)
Public propertyName
Get or set the name of the survey.
(Inherited from ISurveyBase.)
Public propertySettings
Gets the settings associated with the survey.
Public propertyState
Get or set the state of the survey.
(Inherited from ISurveyBase.)
Public propertyUpdatedAt
Get the date of the latest update
(Inherited from IOwnerEntityBase.)
Public propertyUpdatedBy
Get the id of the last user who have update the entity
(Inherited from IOwnerEntityBase.)
Public propertyUpdatedFrom
Get the GUID of the latest module that updated the survey.
Top
See Also