Пример #1
0
 public void ReplacePostCodeAt(PostCodeType newValue, int index)
 {
     ReplaceDomElementAt("", "PostCode", index, newValue);
 }
Пример #2
0
 public void InsertPostCodeAt(PostCodeType newValue, int index)
 {
     InsertDomElementAt("", "PostCode", index, newValue);
 }
Пример #3
0
 public XmlNode AddPostCode(PostCodeType newValue)
 {
     return AppendDomElement("", "PostCode", newValue);
 }
Пример #4
0
 public void ReplacePostCodeAt(PostCodeType newValue, int index)
 {
     ReplaceDomElementAt("", "PostCode", index, newValue);
 }
Пример #5
0
 public void InsertPostCodeAt(PostCodeType newValue, int index)
 {
     InsertDomElementAt("", "PostCode", index, newValue);
 }
Пример #6
0
 public XmlNode AddPostCode(PostCodeType newValue)
 {
     return(AppendDomElement("", "PostCode", newValue));
 }