Пример #1
0
 /// <summary>Adds a new <c>&lt;LearningResourceRefId&gt;</c> child element.</summary>
 /// <param name="val">A LearningResourceRefIds object</param>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void AddLearningResourceRefId( LearningResourceRefIds val )
 {
     AddChild( LearningDTD.RESOURCESLIST_LEARNINGRESOURCEREFID, val );
 }
Пример #2
0
 /// <summary>
 /// Sets all LearningResourceRefIds object instances. All existing 
 /// <c>LearningResourceRefIds</c> instances 
 /// are removed and replaced with this list. Calling this method with the 
 /// parameter value set to null removes all <c>LearningResourceRefIdses</c>.
 /// </summary>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetLearningResourceRefIds( LearningResourceRefIds[] items)
 {
     SetChildren( LearningDTD.RESOURCESLIST_LEARNINGRESOURCEREFID, items );
 }
Пример #3
0
 /// <summary>Adds a new <c>&lt;LearningResourceRefId&gt;</c> child element.</summary>
 /// <param name="val">A LearningResourceRefIds object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void AddLearningResourceRefId(LearningResourceRefIds val)
 {
     AddChild(LearningDTD.RESOURCESLIST_LEARNINGRESOURCEREFID, val);
 }