Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EXT_KANBAN EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEXT_KANBAN(EXT_KANBAN eXT_KANBAN)
 {
     base.AddObject("EXT_KANBAN", eXT_KANBAN);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new EXT_KANBAN object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static EXT_KANBAN CreateEXT_KANBAN(global::System.Int32 id)
 {
     EXT_KANBAN eXT_KANBAN = new EXT_KANBAN();
     eXT_KANBAN.ID = id;
     return eXT_KANBAN;
 }