Exemplo n.º 1
0
 public void ReplaceContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactOrganization", index, newValue);
 }
Exemplo n.º 2
0
 public void InsertContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     InsertDomElementAt("", "ContactOrganization", index, newValue);
 }
Exemplo n.º 3
0
 public XmlNode AddContactOrganization(ContactOrganizationType newValue)
 {
     return(AppendDomElement("", "ContactOrganization", newValue));
 }
Exemplo n.º 4
0
 public void ReplaceContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactOrganization", index, newValue);
 }
Exemplo n.º 5
0
 public void InsertContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     InsertDomElementAt("", "ContactOrganization", index, newValue);
 }
Exemplo n.º 6
0
 public XmlNode AddContactOrganization(ContactOrganizationType newValue)
 {
     return AppendDomElement("", "ContactOrganization", newValue);
 }