Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Warehouse object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static Warehouse CreateWarehouse(global::System.Int32 id)
 {
     Warehouse warehouse = new Warehouse();
     warehouse.ID = id;
     return warehouse;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Warehouses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWarehouses(Warehouse warehouse)
 {
     base.AddObject("Warehouses", warehouse);
 }