Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the inventory_discount_customer_type EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinventory_discount_customer_type(inventory_discount_customer_type inventory_discount_customer_type)
 {
     base.AddObject("inventory_discount_customer_type", inventory_discount_customer_type);
 }
Пример #2
0
 /// <summary>
 /// Create a new inventory_discount_customer_type object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static inventory_discount_customer_type Createinventory_discount_customer_type(global::System.Int32 id)
 {
     inventory_discount_customer_type inventory_discount_customer_type = new inventory_discount_customer_type();
     inventory_discount_customer_type.id = id;
     return inventory_discount_customer_type;
 }