示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C8_420qryPostRDDetail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_420qryPostRDDetail(C8_420qryPostRDDetail c8_420qryPostRDDetail)
 {
     base.AddObject("C8_420qryPostRDDetail", c8_420qryPostRDDetail);
 }
示例#2
0
 /// <summary>
 /// Create a new C8_420qryPostRDDetail 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="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="amberContactName">Initial value of the AmberContactName 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="amberbrookFundName">Initial value of the AmberbrookFundName property.</param>
 public static C8_420qryPostRDDetail CreateC8_420qryPostRDDetail(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String dealName, global::System.Decimal c6_15tblAmberbrookDealInfo_GrossPurchasePrice, global::System.Decimal c6_15tblAmberbrookDealInfo_NetPurchasePrice, global::System.String amberContactName, global::System.Int32 fundNo, global::System.String fund, global::System.Decimal fundNAV, global::System.String amberbrookFundName)
 {
     C8_420qryPostRDDetail c8_420qryPostRDDetail = new C8_420qryPostRDDetail();
     c8_420qryPostRDDetail.AmberbrookFundNo = amberbrookFundNo;
     c8_420qryPostRDDetail.DealNo = dealNo;
     c8_420qryPostRDDetail.DealName = dealName;
     c8_420qryPostRDDetail.C6_15tblAmberbrookDealInfo_GrossPurchasePrice = c6_15tblAmberbrookDealInfo_GrossPurchasePrice;
     c8_420qryPostRDDetail.C6_15tblAmberbrookDealInfo_NetPurchasePrice = c6_15tblAmberbrookDealInfo_NetPurchasePrice;
     c8_420qryPostRDDetail.AmberContactName = amberContactName;
     c8_420qryPostRDDetail.FundNo = fundNo;
     c8_420qryPostRDDetail.Fund = fund;
     c8_420qryPostRDDetail.FundNAV = fundNAV;
     c8_420qryPostRDDetail.AmberbrookFundName = amberbrookFundName;
     return c8_420qryPostRDDetail;
 }