Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Product EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Product(bvc_Product bvc_Product)
 {
     base.AddObject("bvc_Product", bvc_Product);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_Product object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="sKU">Initial value of the SKU property.</param>
 /// <param name="productName">Initial value of the ProductName property.</param>
 /// <param name="productTypeId">Initial value of the ProductTypeId property.</param>
 /// <param name="listPrice">Initial value of the ListPrice property.</param>
 /// <param name="sitePrice">Initial value of the SitePrice property.</param>
 /// <param name="siteCost">Initial value of the SiteCost property.</param>
 /// <param name="metaKeywords">Initial value of the MetaKeywords property.</param>
 /// <param name="metaDescription">Initial value of the MetaDescription property.</param>
 /// <param name="metaTitle">Initial value of the MetaTitle property.</param>
 /// <param name="taxExempt">Initial value of the TaxExempt property.</param>
 /// <param name="taxClass">Initial value of the TaxClass property.</param>
 /// <param name="nonShipping">Initial value of the NonShipping property.</param>
 /// <param name="shipSeparately">Initial value of the ShipSeparately property.</param>
 /// <param name="shippingMode">Initial value of the ShippingMode property.</param>
 /// <param name="shippingWeight">Initial value of the ShippingWeight property.</param>
 /// <param name="shippingLength">Initial value of the ShippingLength property.</param>
 /// <param name="shippingWidth">Initial value of the ShippingWidth property.</param>
 /// <param name="shippingHeight">Initial value of the ShippingHeight property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="imageFileSmall">Initial value of the ImageFileSmall property.</param>
 /// <param name="imageFileMedium">Initial value of the ImageFileMedium property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="minimumQty">Initial value of the MinimumQty property.</param>
 /// <param name="parentID">Initial value of the ParentID property.</param>
 /// <param name="variantDisplayMode">Initial value of the VariantDisplayMode property.</param>
 /// <param name="shortDescription">Initial value of the ShortDescription property.</param>
 /// <param name="longDescription">Initial value of the LongDescription property.</param>
 /// <param name="manufacturerID">Initial value of the ManufacturerID property.</param>
 /// <param name="vendorID">Initial value of the VendorID property.</param>
 /// <param name="giftWrapAllowed">Initial value of the GiftWrapAllowed property.</param>
 /// <param name="extraShipFee">Initial value of the ExtraShipFee property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="keywords">Initial value of the Keywords property.</param>
 /// <param name="templateName">Initial value of the TemplateName property.</param>
 /// <param name="preContentColumnId">Initial value of the PreContentColumnId property.</param>
 /// <param name="postContentColumnId">Initial value of the PostContentColumnId property.</param>
 /// <param name="rewriteUrl">Initial value of the RewriteUrl property.</param>
 /// <param name="sitePriceOverrideText">Initial value of the SitePriceOverrideText property.</param>
 /// <param name="specialProductType">Initial value of the SpecialProductType property.</param>
 /// <param name="giftCertificateCodePattern">Initial value of the GiftCertificateCodePattern property.</param>
 /// <param name="preTransformLongDescription">Initial value of the PreTransformLongDescription property.</param>
 /// <param name="trackInventory">Initial value of the TrackInventory property.</param>
 /// <param name="smallImageAlternateText">Initial value of the SmallImageAlternateText property.</param>
 /// <param name="mediumImageAlternateText">Initial value of the MediumImageAlternateText property.</param>
 /// <param name="outOfStockMode">Initial value of the OutOfStockMode property.</param>
 public static bvc_Product Createbvc_Product(global::System.Int32 id, global::System.String bvin, global::System.String sKU, global::System.String productName, global::System.String productTypeId, global::System.Decimal listPrice, global::System.Decimal sitePrice, global::System.Decimal siteCost, global::System.String metaKeywords, global::System.String metaDescription, global::System.String metaTitle, global::System.Int32 taxExempt, global::System.String taxClass, global::System.Int32 nonShipping, global::System.Int32 shipSeparately, global::System.Int32 shippingMode, global::System.Decimal shippingWeight, global::System.Decimal shippingLength, global::System.Decimal shippingWidth, global::System.Decimal shippingHeight, global::System.Int32 status, global::System.String imageFileSmall, global::System.String imageFileMedium, global::System.DateTime creationDate, global::System.Int32 minimumQty, global::System.String parentID, global::System.Int32 variantDisplayMode, global::System.String shortDescription, global::System.String longDescription, global::System.String manufacturerID, global::System.String vendorID, global::System.Int32 giftWrapAllowed, global::System.Decimal extraShipFee, global::System.DateTime lastUpdated, global::System.String keywords, global::System.String templateName, global::System.String preContentColumnId, global::System.String postContentColumnId, global::System.String rewriteUrl, global::System.String sitePriceOverrideText, global::System.Int32 specialProductType, global::System.String giftCertificateCodePattern, global::System.String preTransformLongDescription, global::System.Int32 trackInventory, global::System.String smallImageAlternateText, global::System.String mediumImageAlternateText, global::System.Int32 outOfStockMode)
 {
     bvc_Product bvc_Product = new bvc_Product();
     bvc_Product.id = id;
     bvc_Product.bvin = bvin;
     bvc_Product.SKU = sKU;
     bvc_Product.ProductName = productName;
     bvc_Product.ProductTypeId = productTypeId;
     bvc_Product.ListPrice = listPrice;
     bvc_Product.SitePrice = sitePrice;
     bvc_Product.SiteCost = siteCost;
     bvc_Product.MetaKeywords = metaKeywords;
     bvc_Product.MetaDescription = metaDescription;
     bvc_Product.MetaTitle = metaTitle;
     bvc_Product.TaxExempt = taxExempt;
     bvc_Product.TaxClass = taxClass;
     bvc_Product.NonShipping = nonShipping;
     bvc_Product.ShipSeparately = shipSeparately;
     bvc_Product.ShippingMode = shippingMode;
     bvc_Product.ShippingWeight = shippingWeight;
     bvc_Product.ShippingLength = shippingLength;
     bvc_Product.ShippingWidth = shippingWidth;
     bvc_Product.ShippingHeight = shippingHeight;
     bvc_Product.Status = status;
     bvc_Product.ImageFileSmall = imageFileSmall;
     bvc_Product.ImageFileMedium = imageFileMedium;
     bvc_Product.CreationDate = creationDate;
     bvc_Product.MinimumQty = minimumQty;
     bvc_Product.ParentID = parentID;
     bvc_Product.VariantDisplayMode = variantDisplayMode;
     bvc_Product.ShortDescription = shortDescription;
     bvc_Product.LongDescription = longDescription;
     bvc_Product.ManufacturerID = manufacturerID;
     bvc_Product.VendorID = vendorID;
     bvc_Product.GiftWrapAllowed = giftWrapAllowed;
     bvc_Product.ExtraShipFee = extraShipFee;
     bvc_Product.LastUpdated = lastUpdated;
     bvc_Product.Keywords = keywords;
     bvc_Product.TemplateName = templateName;
     bvc_Product.PreContentColumnId = preContentColumnId;
     bvc_Product.PostContentColumnId = postContentColumnId;
     bvc_Product.RewriteUrl = rewriteUrl;
     bvc_Product.SitePriceOverrideText = sitePriceOverrideText;
     bvc_Product.SpecialProductType = specialProductType;
     bvc_Product.GiftCertificateCodePattern = giftCertificateCodePattern;
     bvc_Product.PreTransformLongDescription = preTransformLongDescription;
     bvc_Product.TrackInventory = trackInventory;
     bvc_Product.SmallImageAlternateText = smallImageAlternateText;
     bvc_Product.MediumImageAlternateText = mediumImageAlternateText;
     bvc_Product.OutOfStockMode = outOfStockMode;
     return bvc_Product;
 }