Example #1
0
 /// <summary>
 /// Sets the value of the <c>MeasurementCode</c> attribute.
 /// </summary>
 /// <param name="val">A MeasurementCodeEnum object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "A code representing the type of statistic or analysis."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.5</para>
 /// </remarks>
 public void SetMeasurementCode( MeasurementCodeEnum val )
 {
     SetField( AssessmentDTD.MEASUREMENT_MEASUREMENTCODE, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>MeasurementCode</c> attribute.
 /// </summary>
 /// <param name="val">A MeasurementCodeEnum object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "A code representing the type of statistic or analysis."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.5</para>
 /// </remarks>
 public void SetMeasurementCode(MeasurementCodeEnum val)
 {
     SetField(AssessmentDTD.MEASUREMENT_MEASUREMENTCODE, val);
 }