Exemple #1
0
 public ProductGWO(BrandGWO brand, string globalTradeItemNumber, System.DateTime lastUpdated, bool lastUpdatedSpecified, string productName, System.Nullable<int> quantity, bool quantitySpecified, string quantityUnit)
 {
     this.brand = brand;
     this.globalTradeItemNumber = globalTradeItemNumber;
     this.lastUpdated = lastUpdated;
     this.lastUpdatedSpecified = lastUpdatedSpecified;
     this.productName = productName;
     this.quantity = quantity;
     this.quantitySpecified = quantitySpecified;
     this.quantityUnit = quantityUnit;
 }
Exemple #2
0
 public ProductGWO(BrandGWO brand, string globalTradeItemNumber, System.DateTime lastUpdated, bool lastUpdatedSpecified, string productName, System.Nullable <int> quantity, bool quantitySpecified, string quantityUnit)
 {
     this.brand = brand;
     this.globalTradeItemNumber = globalTradeItemNumber;
     this.lastUpdated           = lastUpdated;
     this.lastUpdatedSpecified  = lastUpdatedSpecified;
     this.productName           = productName;
     this.quantity          = quantity;
     this.quantitySpecified = quantitySpecified;
     this.quantityUnit      = quantityUnit;
 }