示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C5_10tblDealOrigination_Without_Matching_5_15tblNAVReport EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC5_10tblDealOrigination_Without_Matching_5_15tblNAVReport(C5_10tblDealOrigination_Without_Matching_5_15tblNAVReport c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport)
 {
     base.AddObject("C5_10tblDealOrigination_Without_Matching_5_15tblNAVReport", c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport);
 }
示例#2
0
 /// <summary>
 /// Create a new C5_10tblDealOrigination_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="fundNo">Initial value of the FundNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="fundNAV">Initial value of the FundNAV property.</param>
 /// <param name="capitalCommitment">Initial value of the CapitalCommitment property.</param>
 /// <param name="amountUnfunded">Initial value of the AmountUnfunded property.</param>
 public static C5_10tblDealOrigination_Without_Matching_5_15tblNAVReport CreateC5_10tblDealOrigination_Without_Matching_5_15tblNAVReport(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.Int32 fundNo, global::System.String fund, global::System.Decimal fundNAV, global::System.Decimal capitalCommitment, global::System.Decimal amountUnfunded)
 {
     C5_10tblDealOrigination_Without_Matching_5_15tblNAVReport c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport = new C5_10tblDealOrigination_Without_Matching_5_15tblNAVReport();
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.AmberbrookFundNo = amberbrookFundNo;
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.DealNo = dealNo;
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.FundNo = fundNo;
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.Fund = fund;
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.FundNAV = fundNAV;
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.CapitalCommitment = capitalCommitment;
     c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport.AmountUnfunded = amountUnfunded;
     return c5_10tblDealOrigination_Without_Matching_5_15tblNAVReport;
 }