/// <summary>Adds a new <c><LearningResourceRefId></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 ); }
/// <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 ); }
/// <summary>Adds a new <c><LearningResourceRefId></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); }