コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;AssessmentType&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether this assessment (form) is a standard administration or alternate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentType(AssessmentType val)
 {
     SetField(AssessmentDTD.SIF3ASSESSMENTFORM_ASSESSMENTTYPE, val);
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AssessmentType&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether this assessment (form) is a standard administration or alternate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetAssessmentType( AssessmentType val )
 {
     SetField( AssessmentDTD.ASSESSMENTFORM_ASSESSMENTTYPE, val );
 }