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