/// <summary>
 /// Deprecated Method for adding a new object to the C8_410qryCashFlowsbyDeal EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_410qryCashFlowsbyDeal(C8_410qryCashFlowsbyDeal c8_410qryCashFlowsbyDeal)
 {
     base.AddObject("C8_410qryCashFlowsbyDeal", c8_410qryCashFlowsbyDeal);
 }
 /// <summary>
 /// Create a new C8_410qryCashFlowsbyDeal object.
 /// </summary>
 /// <param name="dealName">Initial value of the DealName property.</param>
 /// <param name="amberContactName">Initial value of the AmberContactName property.</param>
 /// <param name="totalCosts">Initial value of the TotalCosts property.</param>
 /// <param name="netPurchasePrice">Initial value of the NetPurchasePrice property.</param>
 /// <param name="amberbrookFundName">Initial value of the AmberbrookFundName property.</param>
 public static C8_410qryCashFlowsbyDeal CreateC8_410qryCashFlowsbyDeal(global::System.String dealName, global::System.String amberContactName, global::System.Decimal totalCosts, global::System.Decimal netPurchasePrice, global::System.String amberbrookFundName)
 {
     C8_410qryCashFlowsbyDeal c8_410qryCashFlowsbyDeal = new C8_410qryCashFlowsbyDeal();
     c8_410qryCashFlowsbyDeal.DealName = dealName;
     c8_410qryCashFlowsbyDeal.AmberContactName = amberContactName;
     c8_410qryCashFlowsbyDeal.TotalCosts = totalCosts;
     c8_410qryCashFlowsbyDeal.NetPurchasePrice = netPurchasePrice;
     c8_410qryCashFlowsbyDeal.AmberbrookFundName = amberbrookFundName;
     return c8_410qryCashFlowsbyDeal;
 }