/// <summary> /// Create a new ItemTag object. /// </summary> /// <param name="itemTagId">Initial value of the ItemTagId property.</param> /// <param name="itemId">Initial value of the ItemId property.</param> /// <param name="tag">Initial value of the Tag property.</param> public static ItemTag CreateItemTag(global::System.Int32 itemTagId, global::System.Int32 itemId, global::System.String tag) { ItemTag itemTag = new ItemTag(); itemTag.ItemTagId = itemTagId; itemTag.ItemId = itemId; itemTag.Tag = tag; return itemTag; }
/// <summary> /// Deprecated Method for adding a new object to the ItemTags EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToItemTags(ItemTag itemTag) { base.AddObject("ItemTags", itemTag); }