Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the x_cash_dist_orig EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTox_cash_dist_orig(x_cash_dist_orig x_cash_dist_orig)
 {
     base.AddObject("x_cash_dist_orig", x_cash_dist_orig);
 }
Пример #2
0
 /// <summary>
 /// Create a new x_cash_dist_orig object.
 /// </summary>
 /// <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="proceeds">Initial value of the Proceeds property.</param>
 public static x_cash_dist_orig Createx_cash_dist_orig(global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.Double proceeds)
 {
     x_cash_dist_orig x_cash_dist_orig = new x_cash_dist_orig();
     x_cash_dist_orig.AmberbrookFundNo = amberbrookFundNo;
     x_cash_dist_orig.AmberbrookDealNo = amberbrookDealNo;
     x_cash_dist_orig.Fund = fund;
     x_cash_dist_orig.Proceeds = proceeds;
     return x_cash_dist_orig;
 }