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