DatStat Illume 4.5 SDK Class Reference

SDK_SurveyDetail Members

SDK_SurveyDetail overview

Public Instance Properties

AddedBy The name of the person that added this survey to the system.
BaseLcid If the survey is localized, this is the Base LCID value that the survey uses. If the survey is not localized, this will return a zero.
Description The survey description.
FirstPublishDate The first publish date for this survey.
IsLocalized Boolean indicating if the survey is localized.
IsRunning Boolean indicating if the survey is currently running.
IsTestPublished Boolean indicating whether or not the survey is currently test-published;
LastEditUser The user who last edited this survey.
LastPublishDate The last date this survey was published.
Lcids An array of integer values that represents all the LCID values that are valid for this survey. If the survey is not localized, this will return a null object.
ProjectName The name of the project which owns this survey.
PublishedVersion Integer value indicating the last published version of the survey.
SurveyId The id of the survey.
SurveyName The name of the survey.
TestPublishGUID A globally unique identifier (GUID) for the test-published survey or null if the survey is not currently test-published.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDataDictionaryOverloaded. Returns the SDK_DataDictionary object for this survey.
GetEmailJobs Returns an array of SDK_EmailJob objects for all Email Jobs associated with the survey.
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.
GetParticipantListsOverloaded. Returns an array of SDK_ParticipantList that is all participant lists associated with the survey.
GetSurveyActionSummaryOverloaded. Returns an SDK_SurveyActionSummary for a time period.
GetSurveyQueriesOverloaded. Returns an array of SDK_SurveyQuery that is all shared queries associated with the survey.
GetSurveySessionsOverloaded. Returns an array of SDK_SurveySession objects that represents all sessions related to the survey.
GetTimePeriods Returns an array of SDK_TimePeriod objects that are all time periods for the survey.
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_SurveyDetail Class | DatStat.SDK.WebServiceWrappers Namespace