Esempio n. 1
0
 public valueEnumerator(statusType par)
 {
     parent = par;
     nIndex = -1;
 }
Esempio n. 2
0
 public void ReplacestatusAt(statusType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "status", index, newValue);
 }
Esempio n. 3
0
 public sourceEnumerator(statusType par)
 {
     parent = par;
     nIndex = -1;
 }
Esempio n. 4
0
 public void Addstatus(statusType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "status", newValue);
 }