Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_proj_segmento_area EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_proj_segmento_area(vw_proj_segmento_area vw_proj_segmento_area)
 {
     base.AddObject("vw_proj_segmento_area", vw_proj_segmento_area);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new vw_proj_segmento_area object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="id_area">Initial value of the id_area property.</param>
 /// <param name="id_segmento">Initial value of the id_segmento property.</param>
 public static vw_proj_segmento_area Createvw_proj_segmento_area(global::System.Int64 id, global::System.Int64 id_area, global::System.Int64 id_segmento)
 {
     vw_proj_segmento_area vw_proj_segmento_area = new vw_proj_segmento_area();
     vw_proj_segmento_area.id = id;
     vw_proj_segmento_area.id_area = id_area;
     vw_proj_segmento_area.id_segmento = id_segmento;
     return vw_proj_segmento_area;
 }