Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tabs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTabs(Tab tab)
 {
     base.AddObject("Tabs", tab);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new Tab object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="ordinal">Initial value of the Ordinal property.</param>
 public static Tab CreateTab(global::System.Int32 id, global::System.Int32 userId, global::System.Byte ordinal)
 {
     Tab tab = new Tab();
     tab.Id = id;
     tab.UserId = userId;
     tab.Ordinal = ordinal;
     return tab;
 }