Example #1
0
 public void Addentry(entryType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "entry", newValue);
 }
Example #2
0
 public void ReplaceentryAt(entryType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "entry", index, newValue);
 }
Example #3
0
 public langstringEnumerator(entryType par)
 {
     parent = par;
     nIndex = -1;
 }