Example #1
0
 public void ReplacedatasetAt(datasetType newValue, int index)
 {
     ReplaceDomElementAt("", "dataset", index, newValue);
 }
Example #2
0
 public XmlNode Adddataset(datasetType newValue)
 {
     return(AppendDomElement("", "dataset", newValue));
 }
Example #3
0
 public void InsertdatasetAt(datasetType newValue, int index)
 {
     InsertDomElementAt("", "dataset", index, newValue);
 }
Example #4
0
 public invisibleEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #5
0
 public nameEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #6
0
 public opacityEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #7
0
 public hierarchyEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #8
0
 public opacityEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #9
0
 public hierarchyEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #10
0
 public uriEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #11
0
 public invisibleEnumerator(datasetType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #12
0
 public void ReplacedatasetAt(datasetType newValue, int index)
 {
     ReplaceDomElementAt("", "dataset", index, newValue);
 }
Example #13
0
 public void InsertdatasetAt(datasetType newValue, int index)
 {
     InsertDomElementAt("", "dataset", index, newValue);
 }
Example #14
0
 public XmlNode Adddataset(datasetType newValue)
 {
     return AppendDomElement("", "dataset", newValue);
 }