示例#1
0
 public ADAddressKey()
 {
     this.partTypeField = cs_AddressPartType.ADDRK;
 }
 public ADNPfITCodedCountryAddressKey()
 {
     this.partTypeField = cs_AddressPartType.ADDRK;
 }
示例#3
0
 public ADDesc()
 {
     this.partTypeField = cs_AddressPartType.DESC;
 }
示例#4
0
 public ADNPfITCodedCountryDesc()
 {
     this.partTypeField = cs_AddressPartType.DESC;
 }