Ejemplo n.º 1
0
 public void ReplaceCountryAt(CountryType newValue, int index)
 {
     ReplaceDomElementAt("", "Country", index, newValue);
 }
Ejemplo n.º 2
0
 public void InsertCountryAt(CountryType newValue, int index)
 {
     InsertDomElementAt("", "Country", index, newValue);
 }
Ejemplo n.º 3
0
 public XmlNode AddCountry(CountryType newValue)
 {
     return AppendDomElement("", "Country", newValue);
 }
Ejemplo n.º 4
0
 public void ReplaceCountryAt(CountryType newValue, int index)
 {
     ReplaceDomElementAt("", "Country", index, newValue);
 }
Ejemplo n.º 5
0
 public void InsertCountryAt(CountryType newValue, int index)
 {
     InsertDomElementAt("", "Country", index, newValue);
 }
Ejemplo n.º 6
0
 public XmlNode AddCountry(CountryType newValue)
 {
     return(AppendDomElement("", "Country", newValue));
 }