DatStat Illume 4.5 SDK Class Reference

MakeSubmissionOptions Members

MakeSubmissionOptions overview

Public Instance Constructors

MakeSubmissionOptions Constructor Default constructor of MakeSubmissionOptions class.

Public Instance Properties

CleanData If set to true, each set of submission data will be cleaned according to the logic of the survey. The default value is false.
ReportMissingColumnErrors If set to true, an exception will be raised by the MakeSubmission method if variable names are not specified in the dataHashArray. The default value is false which will cause this condition to be ignored.
ReportResponseGuideViolationErrors If set to true, an exception will be raised by the MakeSubmission method if a response value specified in one or more of the Hashtables of the dataHashArray violates any of the response guides for the question. The default value is false which will cause this condition to be ignored and the variable to be unanswered.
ReportScaleValueNotFoundErrors If set to true, an exception will be raised by the MakeSubmission method if a response value specified in one or more of the Hashtables of the dataHashArray is not a valid scale value for the question. The default value is false which will cause this condition to be ignored and the variable to be unanswered.
ReportUnknownColumnErrors If set to true, an exception will be raised by the MakeSubmission method if variable names are not found in the survey. The default value is false which will cause this condition to be ignored.
TestData If set to true, all submission data will be marked as test data and can easily be deleted. The default value is false.

Public Instance Methods

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.

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

MakeSubmissionOptions Class | DatStat.SDK.WebServiceWrappers Namespace