DatStat Illume 4.5 SDK Class Reference

SDK_DataDictionary Members

SDK_DataDictionary overview

Public Instance Properties

DictionaryEntries An array of SDK_DictionaryEntry values that is all DictionaryEntries in this data dictionary.
Lcid The Lcid of this particular data dictionary instance.
Sections An array of SDK_Section values that are present in this data dictionary.
SurveyId The unique id of the survey this data dictionary represents.
SurveyName The name of the survey this data dictionary represents.
VariableIds An array of string values that is all the VariableId values in this data dictionary.
VariableNames An array of string values that is all the VariableNames in this data dictionary.

Public Instance Methods

DictionaryEntryById Returns a single SDK_DictionaryEntry for the given id.
DictionaryEntryByName Returns a single SDK_DictionaryEntry for the given name.
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.
VariableIdFromName Returns a the id of a survey variable given the name.
VariableNameFromId Returns a the name of a survey variable given the id.

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