public DCPTypeEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #2
0
 public void ReplaceGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetCapabilities", index, newValue);
 }
 public FormatEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #4
0
 public XmlNode AddGetCapabilities(GetCapabilitiesType newValue)
 {
     return(AppendDomElement("", "GetCapabilities", newValue));
 }
Exemple #5
0
 public void InsertGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     InsertDomElementAt("", "GetCapabilities", index, newValue);
 }
 public FormatEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
 public DCPTypeEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #8
0
 public void ReplaceGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetCapabilities", index, newValue);
 }
Exemple #9
0
 public void InsertGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     InsertDomElementAt("", "GetCapabilities", index, newValue);
 }
Exemple #10
0
 public XmlNode AddGetCapabilities(GetCapabilitiesType newValue)
 {
     return AppendDomElement("", "GetCapabilities", newValue);
 }