public void Addobjectives(objectivesType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsss", "objectives", newValue);
 }
 public void ReplaceobjectivesAt(objectivesType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "objectives", index, newValue);
 }
예제 #3
0
 public objectiveEnumerator(objectivesType par)
 {
     parent = par;
     nIndex = -1;
 }