コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;EALSteps&gt;</c> element.
 /// </summary>
 /// <param name="val">A EALSteps object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Based on QCA Steps. (England) CBDS: 100052"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetEALSteps( EALSteps val )
 {
     SetField( CommonDTD.ENGLISHPROFICIENCY_EALSTEPS, val );
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;EALSteps&gt;</c> element.
 /// </summary>
 /// <param name="val">A EALSteps object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Based on QCA Steps. (England) CBDS: 100052"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetEALSteps(EALSteps val)
 {
     SetField(CommonDTD.ENGLISHPROFICIENCY_EALSTEPS, val);
 }