public void ReplacerightsAt(rightsType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "rights", index, newValue);
 }
 public void Addrights(rightsType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "rights", newValue);
 }
예제 #3
0
 public copyrightandotherrestrictionsEnumerator(rightsType par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #4
0
 public descriptionEnumerator(rightsType par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #5
0
 public costEnumerator(rightsType par)
 {
     parent = par;
     nIndex = -1;
 }