Пример #1
0
 public void ReplacestructureAt(structureType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "structure", index, newValue);
 }
Пример #2
0
 public valueEnumerator(structureType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #3
0
 public void Addstructure(structureType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "structure", newValue);
 }