DatStat Illume 4.5 SDK Class Reference

SDK_Participant Members

SDK_Participant overview

Public Instance Properties

AddedDate The date this participant was added to the DatStat Illume system.
CustomId The custom id for this participant.
Email The email address of the participant.
FirstName The first name of the participant.
HasSubmitted Boolean that indicates if the participant has ever submitted a survey in the DatStat Illue system.
LastModifiedDate The date this participant record was last modified.
LastName The last name of the participant.
LastSubmissionDate The last date that the participant submitted a survey.
Lcid
ParticipantData A hashtable of all custom participant data for this participant.
ParticipantId The unique id of the participant.
Test Boolean value indicating if this participant is a test user.

Public Instance Methods

AddParticipantData Adds additional name / value pairs to the custom participant data.
DeleteParticipantData Deletes the named participant data from the participant. Note the name of the data is case IN-sensitive.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEmailSendLogEntries Returns an array of SDK_EmailSendLogEntry that is the complete log of emails sent to the participant.
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.
GetSurveySessionsOverloaded. Returns an array of SDK_SurveySession objects that represents all sessions the participant has had with the DatStat Illue system.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

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_Participant Class | DatStat.SDK.WebServiceWrappers Namespace