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