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