コード例 #1
0
 public partyDataLineTypeGWO(
     string gln,
     string returnCode,
     string informationProviderGln,
     System.DateTime lastChangeDateTime,
     bool lastChangeDateTimeSpecified,
     string gcp,
     string additionalPartyId,
     string partyName,
     System.Collections.Generic.List <string> streetAddress,
     string pOBoxNumber,
     string subDivision,
     string postalCode,
     string city,
     string countryISOCode,
     System.Collections.Generic.List <partyContactTypeGWO> contact,
     partyRoleListType partyRole,
     bool partyRoleSpecified,
     System.Collections.Generic.List <partyChildTypeGWO> partyContainment,
     string lang)
 {
     this.gln                         = gln;
     this.returnCode                  = returnCode;
     this.informationProviderGln      = informationProviderGln;
     this.lastChangeDateTime          = lastChangeDateTime;
     this.lastChangeDateTimeSpecified = lastChangeDateTimeSpecified;
     this.gcp                         = gcp;
     this.additionalPartyId           = additionalPartyId;
     this.partyName                   = partyName;
     this.streetAddress               = streetAddress;
     this.pOBoxNumber                 = pOBoxNumber;
     this.subDivision                 = subDivision;
     this.postalCode                  = postalCode;
     this.city                        = city;
     this.countryISOCode              = countryISOCode;
     this.contact                     = contact;
     this.partyRole                   = partyRole;
     this.partyRoleSpecified          = partyRoleSpecified;
     this.partyContainment            = partyContainment;
     this.lang                        = lang;
 }
コード例 #2
0
 public partyDataLineTypeGWO(
             string gln, 
             string returnCode, 
             string informationProviderGln, 
             System.DateTime lastChangeDateTime, 
             bool lastChangeDateTimeSpecified, 
             string gcp, 
             string additionalPartyId, 
             string partyName, 
             System.Collections.Generic.List<string> streetAddress, 
             string pOBoxNumber, 
             string subDivision, 
             string postalCode, 
             string city, 
             string countryISOCode, 
             System.Collections.Generic.List<partyContactTypeGWO> contact, 
             partyRoleListType partyRole, 
             bool partyRoleSpecified, 
             System.Collections.Generic.List<partyChildTypeGWO> partyContainment, 
             string lang)
 {
     this.gln = gln;
     this.returnCode = returnCode;
     this.informationProviderGln = informationProviderGln;
     this.lastChangeDateTime = lastChangeDateTime;
     this.lastChangeDateTimeSpecified = lastChangeDateTimeSpecified;
     this.gcp = gcp;
     this.additionalPartyId = additionalPartyId;
     this.partyName = partyName;
     this.streetAddress = streetAddress;
     this.pOBoxNumber = pOBoxNumber;
     this.subDivision = subDivision;
     this.postalCode = postalCode;
     this.city = city;
     this.countryISOCode = countryISOCode;
     this.contact = contact;
     this.partyRole = partyRole;
     this.partyRoleSpecified = partyRoleSpecified;
     this.partyContainment = partyContainment;
     this.lang = lang;
 }