예제 #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;
 }