Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport(C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport)
 {
     base.AddObject("C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport", c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="dealNo">Initial value of the DealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 public static C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport CreateC7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund)
 {
     C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport = new C7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport();
     c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport.AmberbrookFundNo = amberbrookFundNo;
     c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport.DealNo = dealNo;
     c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport.Fund = fund;
     return c7_10tblGPPaymentInstructions_Without_Matching_5_15tblNAVReport;
 }