コード例 #1
0
 public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
コード例 #2
0
 public void AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     AppendDomElement("", "ContactPersonPrimary", newValue);
 }
コード例 #3
0
 public void InsertContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     InsertDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
コード例 #4
0
		public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
		{
			ReplaceDomElementAt("", "ContactPersonPrimary", index, newValue);
		}
コード例 #5
0
		public void InsertContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
		{
			InsertDomElementAt("", "ContactPersonPrimary", index, newValue);
		}
コード例 #6
0
		public void AddContactPersonPrimary(ContactPersonPrimaryType newValue)
		{
			AppendDomElement("", "ContactPersonPrimary", newValue);
		}
コード例 #7
0
			public ContactOrganizationEnumerator(ContactPersonPrimaryType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #8
0
 public ContactOrganizationEnumerator(ContactPersonPrimaryType par)
 {
     parent = par;
     nIndex = -1;
 }