DatStat Illume 4.5 SDK Class Reference

SDK_SurveySession Members

SDK_SurveySession overview

Public Instance Properties

LastLoginDate The date this participant last logged into the survey.
Note: This value will be DateTime.MinValue for any sessions taken on an Illume 2.2 survey or earlier.
LoginCount The number of times this participant logged into the survey.
ModifyDate The last time the SurveySession object was modfied.
ParticipantId The Id of the participant that created this SurveySession. If the survey is anonymous, this will be an empty GUID value.
SessionId Returns the globally unique identifier (GUID) for this session.
StartDate The date the participant started taking the survey.
SubmissionDate The date the participant submitted the survey.
SubmissionStatus Returns the SDK_ParticipantSurveyStatus for this session.
SurveyId The unique Id of the survey for this SurveySession.
SurveyName The name of the survey for this SurveySession.
SurveyVersion The survey version for this SurveySession.
TimePeriodCode The time period code for this SurveySession.
TimePeriodName The time period name for this SurveySession.

Public Instance Methods

Delete Permanantly deletes this survey session from the system. *** Warning *** This is an unrecoverable operation!
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
Unsubmit Unsubmits this survey session which allows a user to resume this survey.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SDK_SurveySession Class | DatStat.SDK.WebServiceWrappers Namespace