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