예제 #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));
 }
예제 #4
0
 public void ReplaceContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactOrganization", index, newValue);
 }
예제 #5
0
 public void InsertContactOrganizationAt(ContactOrganizationType newValue, int index)
 {
     InsertDomElementAt("", "ContactOrganization", index, newValue);
 }
예제 #6
0
 public XmlNode AddContactOrganization(ContactOrganizationType newValue)
 {
     return AppendDomElement("", "ContactOrganization", newValue);
 }