Beispiel #1
0
 public void ReplacecopyrightandotherrestrictionsAt(copyrightandotherrestrictionsType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "copyrightandotherrestrictions", index, newValue);
 }
 public valueEnumerator(copyrightandotherrestrictionsType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
 public void Addcopyrightandotherrestrictions(copyrightandotherrestrictionsType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "copyrightandotherrestrictions", newValue);
 }