Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C5_30tblUnfundedOverride EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC5_30tblUnfundedOverride(C5_30tblUnfundedOverride c5_30tblUnfundedOverride)
 {
     base.AddObject("C5_30tblUnfundedOverride", c5_30tblUnfundedOverride);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new C5_30tblUnfundedOverride 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="amountUnfunded">Initial value of the AmountUnfunded property.</param>
 public static C5_30tblUnfundedOverride CreateC5_30tblUnfundedOverride(global::System.Int32 transactionID, global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund, global::System.Decimal amountUnfunded)
 {
     C5_30tblUnfundedOverride c5_30tblUnfundedOverride = new C5_30tblUnfundedOverride();
     c5_30tblUnfundedOverride.TransactionID = transactionID;
     c5_30tblUnfundedOverride.AmberbrookFundNo = amberbrookFundNo;
     c5_30tblUnfundedOverride.DealNo = dealNo;
     c5_30tblUnfundedOverride.Fund = fund;
     c5_30tblUnfundedOverride.AmountUnfunded = amountUnfunded;
     return c5_30tblUnfundedOverride;
 }