Пример #1
0
 public void ReplaceCityAt(CityType newValue, int index)
 {
     ReplaceDomElementAt("", "City", index, newValue);
 }
Пример #2
0
 public void InsertCityAt(CityType newValue, int index)
 {
     InsertDomElementAt("", "City", index, newValue);
 }
Пример #3
0
 public XmlNode AddCity(CityType newValue)
 {
     return AppendDomElement("", "City", newValue);
 }
Пример #4
0
 public void ReplaceCityAt(CityType newValue, int index)
 {
     ReplaceDomElementAt("", "City", index, newValue);
 }
Пример #5
0
 public void InsertCityAt(CityType newValue, int index)
 {
     InsertDomElementAt("", "City", index, newValue);
 }
Пример #6
0
 public XmlNode AddCity(CityType newValue)
 {
     return(AppendDomElement("", "City", newValue));
 }