Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the cgvw_ProductInfoLanguage EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocgvw_ProductInfoLanguage(cgvw_ProductInfoLanguage cgvw_ProductInfoLanguage)
 {
     base.AddObject("cgvw_ProductInfoLanguage", cgvw_ProductInfoLanguage);
 }
Пример #2
0
 /// <summary>
 /// Create a new cgvw_ProductInfoLanguage object.
 /// </summary>
 /// <param name="productInfoId">Initial value of the ProductInfoId property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="languageId">Initial value of the LanguageId property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="shortDescription">Initial value of the ShortDescription property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 public static cgvw_ProductInfoLanguage Createcgvw_ProductInfoLanguage(global::System.Int64 productInfoId, global::System.Int64 productId, global::System.Int64 languageId, global::System.String title, global::System.String shortDescription, global::System.String description, global::System.String status)
 {
     cgvw_ProductInfoLanguage cgvw_ProductInfoLanguage = new cgvw_ProductInfoLanguage();
     cgvw_ProductInfoLanguage.ProductInfoId = productInfoId;
     cgvw_ProductInfoLanguage.ProductId = productId;
     cgvw_ProductInfoLanguage.LanguageId = languageId;
     cgvw_ProductInfoLanguage.Title = title;
     cgvw_ProductInfoLanguage.ShortDescription = shortDescription;
     cgvw_ProductInfoLanguage.Description = description;
     cgvw_ProductInfoLanguage.Status = status;
     return cgvw_ProductInfoLanguage;
 }