/// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A LearningStandardDocumentSource object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Defines source of standard document.  This is the descriptive type of the organization listed in Organization. It serves to describe the type of the standards contained within the document."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetSource( LearningStandardDocumentSource val )
 {
     SetField( InstrDTD.LEARNINGSTANDARDDOCUMENT_SOURCE, val );
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A LearningStandardDocumentSource object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Defines source of standard document.  This is the descriptive type of the organization listed in Organization. It serves to describe the type of the standards contained within the document."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetSource(LearningStandardDocumentSource val)
 {
     SetField(InstrDTD.LEARNINGSTANDARDDOCUMENT_SOURCE, val);
 }