Esempio n. 1
0
 /// <summary>
 /// Create a new C1_25tblAdjustmentstoUnfunded object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 /// <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>
 /// <param name="unfundedAdjustment">Initial value of the UnfundedAdjustment property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C1_25tblAdjustmentstoUnfunded CreateC1_25tblAdjustmentstoUnfunded(global::System.Int32 transactionID, global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund, global::System.Decimal unfundedAdjustment, global::System.Byte[] sSMA_TimeStamp)
 {
     C1_25tblAdjustmentstoUnfunded c1_25tblAdjustmentstoUnfunded = new C1_25tblAdjustmentstoUnfunded();
     c1_25tblAdjustmentstoUnfunded.TransactionID = transactionID;
     c1_25tblAdjustmentstoUnfunded.AmberbrookFundNo = amberbrookFundNo;
     c1_25tblAdjustmentstoUnfunded.DealNo = dealNo;
     c1_25tblAdjustmentstoUnfunded.Fund = fund;
     c1_25tblAdjustmentstoUnfunded.UnfundedAdjustment = unfundedAdjustment;
     c1_25tblAdjustmentstoUnfunded.SSMA_TimeStamp = sSMA_TimeStamp;
     return c1_25tblAdjustmentstoUnfunded;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C1_25tblAdjustmentstoUnfunded EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC1_25tblAdjustmentstoUnfunded(C1_25tblAdjustmentstoUnfunded c1_25tblAdjustmentstoUnfunded)
 {
     base.AddObject("C1_25tblAdjustmentstoUnfunded", c1_25tblAdjustmentstoUnfunded);
 }