Exemplo n.º 1
0
 /// <summary>
 /// Create a new tb_history_item object.
 /// </summary>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="historyDate">Initial value of the HistoryDate property.</param>
 /// <param name="historyID">Initial value of the HistoryID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="stamp">Initial value of the stamp property.</param>
 public static tb_history_item Createtb_history_item(global::System.String rLOC, global::System.String creationDate, global::System.DateTime historyDate, global::System.Int64 historyID, global::System.Int64 id, global::System.DateTime stamp)
 {
     tb_history_item tb_history_item = new tb_history_item();
     tb_history_item.RLOC = rLOC;
     tb_history_item.CreationDate = creationDate;
     tb_history_item.HistoryDate = historyDate;
     tb_history_item.HistoryID = historyID;
     tb_history_item.ID = id;
     tb_history_item.stamp = stamp;
     return tb_history_item;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_history_item EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_history_item(tb_history_item tb_history_item)
 {
     base.AddObject("tb_history_item", tb_history_item);
 }