public FormatEnumerator(DescribeLayerType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #2
0
 public void ReplaceDescribeLayerAt(DescribeLayerType newValue, int index)
 {
     ReplaceDomElementAt("", "DescribeLayer", index, newValue);
 }
 public DCPTypeEnumerator(DescribeLayerType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #4
0
 public XmlNode AddDescribeLayer(DescribeLayerType newValue)
 {
     return(AppendDomElement("", "DescribeLayer", newValue));
 }
Exemple #5
0
 public void InsertDescribeLayerAt(DescribeLayerType newValue, int index)
 {
     InsertDomElementAt("", "DescribeLayer", index, newValue);
 }
 public DCPTypeEnumerator(DescribeLayerType par)
 {
     parent = par;
     nIndex = -1;
 }
 public FormatEnumerator(DescribeLayerType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #8
0
 public void ReplaceDescribeLayerAt(DescribeLayerType newValue, int index)
 {
     ReplaceDomElementAt("", "DescribeLayer", index, newValue);
 }
Exemple #9
0
 public void InsertDescribeLayerAt(DescribeLayerType newValue, int index)
 {
     InsertDomElementAt("", "DescribeLayer", index, newValue);
 }
Exemple #10
0
 public XmlNode AddDescribeLayer(DescribeLayerType newValue)
 {
     return AppendDomElement("", "DescribeLayer", newValue);
 }