Exemplo n.º 1
0
 public void Addaggregationlevel(aggregationlevelType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "aggregationlevel", newValue);
 }
Exemplo n.º 2
0
 public void ReplaceaggregationlevelAt(aggregationlevelType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "aggregationlevel", index, newValue);
 }
 public valueEnumerator(aggregationlevelType par)
 {
     parent = par;
     nIndex = -1;
 }