Exemple #1
0
 /// <summary>
 /// Create a new tb_history_types object.
 /// </summary>
 /// <param name="historyType">Initial value of the HistoryType property.</param>
 /// <param name="amount">Initial value of the amount property.</param>
 /// <param name="use">Initial value of the Use property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static tb_history_types Createtb_history_types(global::System.String historyType, global::System.Decimal amount, global::System.Int32 use, global::System.String description, global::System.DateTime stamp)
 {
     tb_history_types tb_history_types = new tb_history_types();
     tb_history_types.HistoryType = historyType;
     tb_history_types.amount = amount;
     tb_history_types.Use = use;
     tb_history_types.description = description;
     tb_history_types.Stamp = stamp;
     return tb_history_types;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_history_types EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_history_types(tb_history_types tb_history_types)
 {
     base.AddObject("tb_history_types", tb_history_types);
 }