public StateOrProvinceEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
 public AddressEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
 public void InsertContactAddressAt(ContactAddressType newValue, int index)
 {
     InsertDomElementAt("", "ContactAddress", index, newValue);
 }
 public void ReplaceContactAddressAt(ContactAddressType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactAddress", index, newValue);
 }
Exemple #5
0
 public void ReplaceContactAddressAt(ContactAddressType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactAddress", index, newValue);
 }
 public XmlNode AddContactAddress(ContactAddressType newValue)
 {
     return AppendDomElement("", "ContactAddress", newValue);
 }
Exemple #7
0
 public void InsertContactAddressAt(ContactAddressType newValue, int index)
 {
     InsertDomElementAt("", "ContactAddress", index, newValue);
 }
Exemple #8
0
 public XmlNode AddContactAddress(ContactAddressType newValue)
 {
     return(AppendDomElement("", "ContactAddress", newValue));
 }
Exemple #9
0
 public StateOrProvinceEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #10
0
 public CityEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #11
0
 public PostCodeEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }