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