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