Ejemplo n.º 1
0
 /// <summary>
 /// Create a new ProductConfirmed object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="iDProduct">Initial value of the IDProduct property.</param>
 /// <param name="year">Initial value of the Year property.</param>
 /// <param name="month">Initial value of the Month property.</param>
 /// <param name="reliquat">Initial value of the Reliquat property.</param>
 /// <param name="current">Initial value of the Current property.</param>
 /// <param name="month1">Initial value of the Month1 property.</param>
 /// <param name="month2">Initial value of the Month2 property.</param>
 /// <param name="month3">Initial value of the Month3 property.</param>
 /// <param name="month4">Initial value of the Month4 property.</param>
 /// <param name="month5">Initial value of the Month5 property.</param>
 /// <param name="month6">Initial value of the Month6 property.</param>
 /// <param name="month7">Initial value of the Month7 property.</param>
 /// <param name="month8">Initial value of the Month8 property.</param>
 /// <param name="month9">Initial value of the Month9 property.</param>
 /// <param name="month10">Initial value of the Month10 property.</param>
 /// <param name="month11">Initial value of the Month11 property.</param>
 public static ProductConfirmed CreateProductConfirmed(global::System.Guid id, global::System.Guid iDProduct, global::System.Int32 year, global::System.Int32 month, global::System.Int32 reliquat, global::System.Int32 current, global::System.Int32 month1, global::System.Int32 month2, global::System.Int32 month3, global::System.Int32 month4, global::System.Int32 month5, global::System.Int32 month6, global::System.Int32 month7, global::System.Int32 month8, global::System.Int32 month9, global::System.Int32 month10, global::System.Int32 month11)
 {
     ProductConfirmed productConfirmed = new ProductConfirmed();
     productConfirmed.ID = id;
     productConfirmed.IDProduct = iDProduct;
     productConfirmed.Year = year;
     productConfirmed.Month = month;
     productConfirmed.Reliquat = reliquat;
     productConfirmed.Current = current;
     productConfirmed.Month1 = month1;
     productConfirmed.Month2 = month2;
     productConfirmed.Month3 = month3;
     productConfirmed.Month4 = month4;
     productConfirmed.Month5 = month5;
     productConfirmed.Month6 = month6;
     productConfirmed.Month7 = month7;
     productConfirmed.Month8 = month8;
     productConfirmed.Month9 = month9;
     productConfirmed.Month10 = month10;
     productConfirmed.Month11 = month11;
     return productConfirmed;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProductConfirmed EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProductConfirmed(ProductConfirmed productConfirmed)
 {
     base.AddObject("ProductConfirmed", productConfirmed);
 }