/// <summary> /// Deprecated Method for adding a new object to the ItemKeywords EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToItemKeywords(ItemKeyword itemKeyword) { base.AddObject("ItemKeywords", itemKeyword); }
/// <summary> /// Create a new ItemKeyword object. /// </summary> /// <param name="keyword">Initial value of the Keyword property.</param> /// <param name="id">Initial value of the Id property.</param> /// <param name="itemId">Initial value of the ItemId property.</param> public static ItemKeyword CreateItemKeyword(global::System.String keyword, global::System.Int32 id, global::System.Int32 itemId) { ItemKeyword itemKeyword = new ItemKeyword(); itemKeyword.Keyword = keyword; itemKeyword.Id = id; itemKeyword.ItemId = itemId; return itemKeyword; }