Example #1
0
 ///<summary>Sets the value of the <c>&lt;LearningResources&gt;</c> element.</summary>
 /// <param name="LearningResourceRefId">A LearningResourceRefId</param>
 ///<remarks>
 /// <para>This form of <c>setLearningResources</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LearningResources</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetLearningResources(LearningResourceRefId LearningResourceRefId)
 {
     RemoveChild(Sif3assessmentDTD.ACTIVITY_LEARNINGRESOURCES);
     AddChild(Sif3assessmentDTD.ACTIVITY_LEARNINGRESOURCES, new LearningResourceList(LearningResourceRefId));
 }
Example #2
0
 ///<summary>Sets the value of the <c>&lt;LearningResources&gt;</c> element.</summary>
 /// <param name="LearningResourceRefId">A LearningResourceRefId</param>
 ///<remarks>
 /// <para>This form of <c>setLearningResources</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LearningResources</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetLearningResources( LearningResourceRefId LearningResourceRefId )
 {
     RemoveChild( Sif3assessmentDTD.ACTIVITY_LEARNINGRESOURCES);
     AddChild( Sif3assessmentDTD.ACTIVITY_LEARNINGRESOURCES, new LearningResourceList( LearningResourceRefId ) );
 }