KMQuestionnaireRun Class [AX 2012]
The KMQuestionnaireRun class manages the questionnaire answer session.
| Method | Description | |
|---|---|---|
| cancel | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| close | Closes the questionnaire answer session. |
| end | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| gotoQuestion | Manages the questionnaire answer session when a question is selected from the Overview form. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| kmQuestionnaireRunInformation | Gets the KMQuestionnaireRunInformation object that is related to the questionnaire answer session. |
| kmQuestionnaireSave | Gets the KMQuestionnaireSave object that is related to the questionnaire answer session. |
| kmVirtualNetworkAnswerTableIdClosed | |
| layout | Manages the creation of the user controls for a questionnaire answer session. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| nextQuestion | Manages the questionnaire answer session when the Forward button is clicked. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the KMQuestionnaireRun class. |
| parmIsPublicQuestionnaire | Gets or sets the isPublicQuestionnire parameter. |
| previousQuestion | Manages the questionnaire answer session when the Back button is clicked. |
| questionArray | Manages the contents of the Overview form. |
| questionOverview | |
| run | |
| saveQuestion | Saves a questionnaire answer session question and answer. |
| set | Sets the questionnaire answer session runtime properties. |
| setCallingReferences | Sets the references to identify the record from which questionnaire form is started. |
| setKMQuestionnaireSave | Initializes the KMQuestionnaireSave class object reference for the questionnaire answer session. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| timeOut | |
| toggleNote | Manages the questionnaire answer session when the Show note button is clicked. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the KMQuestionnaireRun class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::fromBase64String | Constructs a KMQuestionnaireRun class instance from a questionnaire answer session Web reference. |
| ::toBase64String | Transforms a KMQuestionnaireRun class instance into a binary data value string. |
Community Additions
ADD
Show: