示例#1
0
 public void ReplaceContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactOrganization", index, newValue);
 }
示例#2
0
 public void InsertContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     InsertDomElementAt("", "ContactOrganization", index, newValue);
 }
示例#3
0
 public XmlNode AddContactOrganization(ContactOrganizationType newValue)
 {
     return(AppendDomElement("", "ContactOrganization", newValue));
 }
 public void ReplaceContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactOrganization", index, newValue);
 }
 public void InsertContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     InsertDomElementAt("", "ContactOrganization", index, newValue);
 }
 public XmlNode AddContactOrganization(ContactOrganizationType newValue)
 {
     return AppendDomElement("", "ContactOrganization", newValue);
 }