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