Exemple #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Type&gt;</c> element.
 /// </summary>
 /// <param name="val">A InputType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Conditional and has only one value: "SC".   "SC" has special meaning – it means this is the top of the "tree" and the input is the whole school."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetType( InputType val )
 {
     SetField( LearningDTD.INPUT_TYPE, val );
 }
Exemple #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Type&gt;</c> element.
 /// </summary>
 /// <param name="val">A InputType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Conditional and has only one value: "SC".   "SC" has special meaning – it means this is the top of the "tree" and the input is the whole school."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetType(InputType val)
 {
     SetField(LearningDTD.INPUT_TYPE, val);
 }