Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PWC_Costs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPWC_Costs(PWC_Cost pWC_Cost)
 {
     base.AddObject("PWC_Costs", pWC_Cost);
 }
Example #2
0
 /// <summary>
 /// Create a new PWC_Cost object.
 /// </summary>
 /// <param name="c7_10tblGPPaymentInstructions_Fund">Initial value of the C7_10tblGPPaymentInstructions_Fund property.</param>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="dealNo">Initial value of the DealNo property.</param>
 /// <param name="c5_10tblDealOrigination_Fund">Initial value of the C5_10tblDealOrigination_Fund property.</param>
 public static PWC_Cost CreatePWC_Cost(global::System.String c7_10tblGPPaymentInstructions_Fund, global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String c5_10tblDealOrigination_Fund)
 {
     PWC_Cost pWC_Cost = new PWC_Cost();
     pWC_Cost.C7_10tblGPPaymentInstructions_Fund = c7_10tblGPPaymentInstructions_Fund;
     pWC_Cost.AmberbrookFundNo = amberbrookFundNo;
     pWC_Cost.DealNo = dealNo;
     pWC_Cost.C5_10tblDealOrigination_Fund = c5_10tblDealOrigination_Fund;
     return pWC_Cost;
 }