示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Pending___AMB_Calls_not_totally_received EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPending___AMB_Calls_not_totally_received(Pending___AMB_Calls_not_totally_received pending___AMB_Calls_not_totally_received)
 {
     base.AddObject("Pending___AMB_Calls_not_totally_received", pending___AMB_Calls_not_totally_received);
 }
示例#2
0
 /// <summary>
 /// Create a new Pending___AMB_Calls_not_totally_received object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="noticeDate">Initial value of the NoticeDate property.</param>
 /// <param name="totalAmountCollected">Initial value of the TotalAmountCollected property.</param>
 public static Pending___AMB_Calls_not_totally_received CreatePending___AMB_Calls_not_totally_received(global::System.String amberbrookFundNo, global::System.DateTime noticeDate, global::System.Double totalAmountCollected)
 {
     Pending___AMB_Calls_not_totally_received pending___AMB_Calls_not_totally_received = new Pending___AMB_Calls_not_totally_received();
     pending___AMB_Calls_not_totally_received.AmberbrookFundNo = amberbrookFundNo;
     pending___AMB_Calls_not_totally_received.NoticeDate = noticeDate;
     pending___AMB_Calls_not_totally_received.TotalAmountCollected = totalAmountCollected;
     return pending___AMB_Calls_not_totally_received;
 }