Exemplo n.º 1
0
 /// <summary>
 /// Create a new TransictionTable object.
 /// </summary>
 /// <param name="number">Initial value of the Number property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 /// <param name="withdrawAmount">Initial value of the WithdrawAmount property.</param>
 /// <param name="depositAmount">Initial value of the DepositAmount property.</param>
 public static TransictionTable CreateTransictionTable(global::System.Int64 number, global::System.DateTime date, global::System.Decimal withdrawAmount, global::System.Decimal depositAmount)
 {
     TransictionTable transictionTable = new TransictionTable();
     transictionTable.Number = number;
     transictionTable.Date = date;
     transictionTable.WithdrawAmount = withdrawAmount;
     transictionTable.DepositAmount = depositAmount;
     return transictionTable;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TransictionTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTransictionTables(TransictionTable transictionTable)
 {
     base.AddObject("TransictionTables", transictionTable);
 }