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