コード例 #1
0
 /// <summary>
 /// Create a new OrderRecipe object.
 /// </summary>
 /// <param name="orderRecID">Initial value of the OrderRecID property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 /// <param name="recID">Initial value of the RecID property.</param>
 public static OrderRecipe CreateOrderRecipe(global::System.Int64 orderRecID, global::System.Int64 orderID, global::System.Int64 recID)
 {
     OrderRecipe orderRecipe = new OrderRecipe();
     orderRecipe.OrderRecID = orderRecID;
     orderRecipe.OrderID = orderID;
     orderRecipe.RecID = recID;
     return orderRecipe;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the OrderRecipe EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrderRecipe(OrderRecipe orderRecipe)
 {
     base.AddObject("OrderRecipe", orderRecipe);
 }