Share via


KMQuestionnaireRun Class [AX 2012]

The KMQuestionnaireRun class manages the questionnaire answer session.

Syntax

class KMQuestionnaireRun

Run On

Client

Methods

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

Top

Inheritance Hierarchy

Object Class
  KMQuestionnaireRun Class
    KMQuestionnaireRun_Web Class
    KMQuestionnaireRun_Win32 Class