Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C4_10tblSaleofStock EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC4_10tblSaleofStock(C4_10tblSaleofStock c4_10tblSaleofStock)
 {
     base.AddObject("C4_10tblSaleofStock", c4_10tblSaleofStock);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new C4_10tblSaleofStock object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="amberbrookDealNo">Initial value of the AmberbrookDealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="stockSymbol">Initial value of the StockSymbol property.</param>
 /// <param name="numberofShares">Initial value of the NumberofShares property.</param>
 /// <param name="salePrice">Initial value of the SalePrice property.</param>
 /// <param name="fees">Initial value of the Fees property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C4_10tblSaleofStock CreateC4_10tblSaleofStock(global::System.Int32 transactionID, global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.String stockSymbol, global::System.Double numberofShares, global::System.Double salePrice, global::System.Double fees, global::System.Byte[] sSMA_TimeStamp)
 {
     C4_10tblSaleofStock c4_10tblSaleofStock = new C4_10tblSaleofStock();
     c4_10tblSaleofStock.TransactionID = transactionID;
     c4_10tblSaleofStock.AmberbrookFundNo = amberbrookFundNo;
     c4_10tblSaleofStock.AmberbrookDealNo = amberbrookDealNo;
     c4_10tblSaleofStock.Fund = fund;
     c4_10tblSaleofStock.StockSymbol = stockSymbol;
     c4_10tblSaleofStock.NumberofShares = numberofShares;
     c4_10tblSaleofStock.SalePrice = salePrice;
     c4_10tblSaleofStock.Fees = fees;
     c4_10tblSaleofStock.SSMA_TimeStamp = sSMA_TimeStamp;
     return c4_10tblSaleofStock;
 }