Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ABi_GR_Invoice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToABi_GR_Invoice(ABi_GR_Invoice aBi_GR_Invoice)
 {
     base.AddObject("ABi_GR_Invoice", aBi_GR_Invoice);
 }
Example #2
0
 /// <summary>
 /// Create a new ABi_GR_Invoice object.
 /// </summary>
 /// <param name="aBi_GR_ID">Initial value of the ABi_GR_ID property.</param>
 /// <param name="aBi_Invoice_ID">Initial value of the ABi_Invoice_ID property.</param>
 public static ABi_GR_Invoice CreateABi_GR_Invoice(global::System.Int32 aBi_GR_ID, global::System.Int32 aBi_Invoice_ID)
 {
     ABi_GR_Invoice aBi_GR_Invoice = new ABi_GR_Invoice();
     aBi_GR_Invoice.ABi_GR_ID = aBi_GR_ID;
     aBi_GR_Invoice.ABi_Invoice_ID = aBi_Invoice_ID;
     return aBi_GR_Invoice;
 }