Beispiel #1
0
 public void ReplaceotherplatformrequirementsAt(otherplatformrequirementsType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "otherplatformrequirements", index, newValue);
 }
Beispiel #2
0
 public langstringEnumerator(otherplatformrequirementsType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
 public void Addotherplatformrequirements(otherplatformrequirementsType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "otherplatformrequirements", newValue);
 }