Beispiel #1
0
 public void Replacetype2At(typeType2 newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "type", index, newValue);
 }
Beispiel #2
0
 public valueEnumerator(typeType2 par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
 public void Addtype2(typeType2 newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "type", newValue);
 }
Beispiel #4
0
 public sourceEnumerator(typeType2 par)
 {
     parent = par;
     nIndex = -1;
 }