コード例 #1
0
 public itemDataLineTypeGWO(string gtin, string informationProviderGln, string manufacturerGln, string itemName, string brandName, itemDataLineTypeTradeItemUnitDescriptor tradeItemUnitDescriptor, string descriptiveSize, itemDataLineTypeNetContentGWO netContent, System.Collections.Generic.List <itemDataLineTypeLinkUriGWO> linkUri, System.Collections.Generic.List <classificationCodeTypeGWO> classificationCode, System.DateTime lastChangeDateTime, bool lastChangeDateTimeSpecified, System.Collections.Generic.List <itemDataLineTypeChildItemsChildItemGWO> childItems, string lang)
 {
     this.gtin = gtin;
     this.informationProviderGln = informationProviderGln;
     this.manufacturerGln        = manufacturerGln;
     this.itemName  = itemName;
     this.brandName = brandName;
     this.tradeItemUnitDescriptor = tradeItemUnitDescriptor;
     this.descriptiveSize         = descriptiveSize;
     this.netContent                  = netContent;
     this.linkUri                     = linkUri;
     this.classificationCode          = classificationCode;
     this.lastChangeDateTime          = lastChangeDateTime;
     this.lastChangeDateTimeSpecified = lastChangeDateTimeSpecified;
     this.childItems                  = childItems;
     this.lang = lang;
 }
コード例 #2
0
 public itemDataLineTypeGWO(string gtin, string informationProviderGln, string manufacturerGln, string itemName, string brandName, itemDataLineTypeTradeItemUnitDescriptor tradeItemUnitDescriptor, string descriptiveSize, itemDataLineTypeNetContentGWO netContent, System.Collections.Generic.List<itemDataLineTypeLinkUriGWO> linkUri, System.Collections.Generic.List<classificationCodeTypeGWO> classificationCode, System.DateTime lastChangeDateTime, bool lastChangeDateTimeSpecified, System.Collections.Generic.List<itemDataLineTypeChildItemsChildItemGWO> childItems, string lang)
 {
     this.gtin = gtin;
     this.informationProviderGln = informationProviderGln;
     this.manufacturerGln = manufacturerGln;
     this.itemName = itemName;
     this.brandName = brandName;
     this.tradeItemUnitDescriptor = tradeItemUnitDescriptor;
     this.descriptiveSize = descriptiveSize;
     this.netContent = netContent;
     this.linkUri = linkUri;
     this.classificationCode = classificationCode;
     this.lastChangeDateTime = lastChangeDateTime;
     this.lastChangeDateTimeSpecified = lastChangeDateTimeSpecified;
     this.childItems = childItems;
     this.lang = lang;
 }