コード例 #1
0
 public void ReplaceAddressTypeAt(AddressTypeType newValue, int index)
 {
     ReplaceDomElementAt("", "AddressType", index, newValue);
 }
コード例 #2
0
 public void InsertAddressTypeAt(AddressTypeType newValue, int index)
 {
     InsertDomElementAt("", "AddressType", index, newValue);
 }
コード例 #3
0
 public XmlNode AddAddressType(AddressTypeType newValue)
 {
     return AppendDomElement("", "AddressType", newValue);
 }
コード例 #4
0
 public void ReplaceAddressTypeAt(AddressTypeType newValue, int index)
 {
     ReplaceDomElementAt("", "AddressType", index, newValue);
 }
コード例 #5
0
 public void InsertAddressTypeAt(AddressTypeType newValue, int index)
 {
     InsertDomElementAt("", "AddressType", index, newValue);
 }
コード例 #6
0
 public XmlNode AddAddressType(AddressTypeType newValue)
 {
     return(AppendDomElement("", "AddressType", newValue));
 }