Beispiel #1
0
 public void InsertExtentAt(ExtentType newValue, int index)
 {
     InsertDomElementAt("", "Extent", index, newValue);
 }
Beispiel #2
0
 public void ReplaceExtentAt(ExtentType newValue, int index)
 {
     ReplaceDomElementAt("", "Extent", index, newValue);
 }
Beispiel #3
0
 public nearestValueEnumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #4
0
 public XmlNode AddExtent(ExtentType newValue)
 {
     return AppendDomElement("", "Extent", newValue);
 }
Beispiel #5
0
 public nameEnumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #6
0
 public default2Enumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #7
0
 public nearestValueEnumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #8
0
 public default2Enumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #9
0
 public nameEnumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }