Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Type&gt;</c> element.
 /// </summary>
 /// <param name="val">A TTSiteType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "What "type" of site this is. It is used by the MIS to help with any manual matching."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetType(TTSiteType val)
 {
     SetField(LearnerDTD.TTSITE_TYPE, val);
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Type&gt;</c> element.
 /// </summary>
 /// <param name="val">A TTSiteType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "What "type" of site this is. It is used by the MIS to help with any manual matching."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetType( TTSiteType val )
 {
     SetField( LearnerDTD.TTSITE_TYPE, val );
 }