Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ResponseStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ResponseStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Status of the response."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetResponseStatus( ResponseStatus val )
 {
     SetField( AssessmentDTD.ITEM_RESPONSESTATUS, val );
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ResponseStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ResponseStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Status of the response."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetResponseStatus(ResponseStatus val)
 {
     SetField(AssessmentDTD.ITEM_RESPONSESTATUS, val);
 }