/// <summary>
 /// Create a new C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="amberbrookDealNo">Initial value of the AmberbrookDealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="effectiveDate">Initial value of the EffectiveDate property.</param>
 /// <param name="proceeds">Initial value of the Proceeds property.</param>
 /// <param name="stockName">Initial value of the StockName property.</param>
 /// <param name="stockSymbol">Initial value of the StockSymbol property.</param>
 /// <param name="numberofShares">Initial value of the NumberofShares property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn CreateC1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn(global::System.Int32 transactionID, global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.DateTime effectiveDate, global::System.Double proceeds, global::System.String stockName, global::System.String stockSymbol, global::System.Double numberofShares, global::System.Byte[] sSMA_TimeStamp)
 {
     C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn = new C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn();
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.TransactionID = transactionID;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.AmberbrookFundNo = amberbrookFundNo;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.AmberbrookDealNo = amberbrookDealNo;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.Fund = fund;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.EffectiveDate = effectiveDate;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.Proceeds = proceeds;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.StockName = stockName;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.StockSymbol = stockSymbol;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.NumberofShares = numberofShares;
     c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn.SSMA_TimeStamp = sSMA_TimeStamp;
     return c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn(C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn)
 {
     base.AddObject("C1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn", c1_15tblDistToAmberbrookStock_Without_Matching_7_10tblGPPaymentIn);
 }