예제 #1
0
 public void ReplaceContactPersonAt(ContactPersonType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactPerson", index, newValue);
 }
예제 #2
0
 public void InsertContactPersonAt(ContactPersonType newValue, int index)
 {
     InsertDomElementAt("", "ContactPerson", index, newValue);
 }
예제 #3
0
 public XmlNode AddContactPerson(ContactPersonType newValue)
 {
     return(AppendDomElement("", "ContactPerson", newValue));
 }
예제 #4
0
 public void ReplaceContactPersonAt(ContactPersonType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactPerson", index, newValue);
 }
예제 #5
0
 public void InsertContactPersonAt(ContactPersonType newValue, int index)
 {
     InsertDomElementAt("", "ContactPerson", index, newValue);
 }
예제 #6
0
 public XmlNode AddContactPerson(ContactPersonType newValue)
 {
     return AppendDomElement("", "ContactPerson", newValue);
 }