Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_500qryDealDetail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_500qryDealDetail(T_500qryDealDetail t_500qryDealDetail)
 {
     base.AddObject("T_500qryDealDetail", t_500qryDealDetail);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new T_500qryDealDetail object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="dealNo">Initial value of the DealNo property.</param>
 /// <param name="dealName">Initial value of the DealName property.</param>
 /// <param name="fundNo">Initial value of the FundNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="valueDate">Initial value of the ValueDate 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>
 /// <param name="amberContactName">Initial value of the AmberContactName property.</param>
 /// <param name="c6_15tblAmberbrookDealInfo_GrossPurchasePrice">Initial value of the C6_15tblAmberbrookDealInfo_GrossPurchasePrice property.</param>
 /// <param name="c6_15tblAmberbrookDealInfo_NetPurchasePrice">Initial value of the C6_15tblAmberbrookDealInfo_NetPurchasePrice property.</param>
 /// <param name="amberbrookFundName">Initial value of the AmberbrookFundName property.</param>
 public static T_500qryDealDetail CreateT_500qryDealDetail(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String dealName, global::System.Int32 fundNo, global::System.String fund, global::System.DateTime valueDate, global::System.Decimal fundNAV, global::System.Decimal capitalCommitment, global::System.Decimal amountUnfunded, global::System.String amberContactName, global::System.Decimal c6_15tblAmberbrookDealInfo_GrossPurchasePrice, global::System.Decimal c6_15tblAmberbrookDealInfo_NetPurchasePrice, global::System.String amberbrookFundName)
 {
     T_500qryDealDetail t_500qryDealDetail = new T_500qryDealDetail();
     t_500qryDealDetail.AmberbrookFundNo = amberbrookFundNo;
     t_500qryDealDetail.DealNo = dealNo;
     t_500qryDealDetail.DealName = dealName;
     t_500qryDealDetail.FundNo = fundNo;
     t_500qryDealDetail.Fund = fund;
     t_500qryDealDetail.ValueDate = valueDate;
     t_500qryDealDetail.FundNAV = fundNAV;
     t_500qryDealDetail.CapitalCommitment = capitalCommitment;
     t_500qryDealDetail.AmountUnfunded = amountUnfunded;
     t_500qryDealDetail.AmberContactName = amberContactName;
     t_500qryDealDetail.C6_15tblAmberbrookDealInfo_GrossPurchasePrice = c6_15tblAmberbrookDealInfo_GrossPurchasePrice;
     t_500qryDealDetail.C6_15tblAmberbrookDealInfo_NetPurchasePrice = c6_15tblAmberbrookDealInfo_NetPurchasePrice;
     t_500qryDealDetail.AmberbrookFundName = amberbrookFundName;
     return t_500qryDealDetail;
 }