Beispiel #1
0
 public organizationsEnumerator(manifestType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #2
0
 public base2Enumerator(manifestType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
 public metadataEnumerator(manifestType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #4
0
 public versionEnumerator(manifestType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #5
0
 public identifierEnumerator(manifestType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #6
0
 public void ReplacemanifestAt(manifestType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imscp_v1p1", "manifest", index, newValue);
 }
Beispiel #7
0
 public void Addmanifest(manifestType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imscp_v1p1", "manifest", newValue);
 }
Beispiel #8
0
 public resourcesEnumerator(manifestType par)
 {
     parent = par;
     nIndex = -1;
 }