コード例 #1
0
 public void ReplaceContactVoiceTelephoneAt(ContactVoiceTelephoneType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactVoiceTelephone", index, newValue);
 }
コード例 #2
0
 public void InsertContactVoiceTelephoneAt(ContactVoiceTelephoneType newValue, int index)
 {
     InsertDomElementAt("", "ContactVoiceTelephone", index, newValue);
 }
コード例 #3
0
 public XmlNode AddContactVoiceTelephone(ContactVoiceTelephoneType newValue)
 {
     return AppendDomElement("", "ContactVoiceTelephone", newValue);
 }
コード例 #4
0
 public void ReplaceContactVoiceTelephoneAt(ContactVoiceTelephoneType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactVoiceTelephone", index, newValue);
 }
コード例 #5
0
 public void InsertContactVoiceTelephoneAt(ContactVoiceTelephoneType newValue, int index)
 {
     InsertDomElementAt("", "ContactVoiceTelephone", index, newValue);
 }
コード例 #6
0
 public XmlNode AddContactVoiceTelephone(ContactVoiceTelephoneType newValue)
 {
     return(AppendDomElement("", "ContactVoiceTelephone", newValue));
 }