Пример #1
0
 public void ReplaceNameAt(NameType newValue, int index)
 {
     ReplaceDomElementAt("", "Name", index, newValue);
 }
Пример #2
0
 public void InsertNameAt(NameType newValue, int index)
 {
     InsertDomElementAt("", "Name", index, newValue);
 }
Пример #3
0
 public XmlNode AddName(NameType newValue)
 {
     return AppendDomElement("", "Name", newValue);
 }
Пример #4
0
 public void ReplaceNameAt(NameType newValue, int index)
 {
     ReplaceDomElementAt("", "Name", index, newValue);
 }
Пример #5
0
 public void InsertNameAt(NameType newValue, int index)
 {
     InsertDomElementAt("", "Name", index, newValue);
 }
Пример #6
0
 public XmlNode AddName(NameType newValue)
 {
     return(AppendDomElement("", "Name", newValue));
 }