public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
 public XmlNode AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     return AppendDomElement("", "ContactPersonPrimary", newValue);
 }
 public void InsertContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     InsertDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
Example #4
0
 public ContactOrganizationEnumerator(ContactPersonPrimaryType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #5
0
 public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
Example #6
0
 public void InsertContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     InsertDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
Example #7
0
 public XmlNode AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     return(AppendDomElement("", "ContactPersonPrimary", newValue));
 }
 public ContactPersonEnumerator(ContactPersonPrimaryType par)
 {
     parent = par;
     nIndex = -1;
 }