/// <summary>
 /// Create a new IdeaTag object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="ideaId">Initial value of the IdeaId property.</param>
 /// <param name="tagId">Initial value of the TagId property.</param>
 public static IdeaTag CreateIdeaTag(global::System.Int32 id, global::System.Int32 ideaId, global::System.Int32 tagId)
 {
     IdeaTag ideaTag = new IdeaTag();
     ideaTag.Id = id;
     ideaTag.IdeaId = ideaId;
     ideaTag.TagId = tagId;
     return ideaTag;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the IdeaTags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIdeaTags(IdeaTag ideaTag)
 {
     base.AddObject("IdeaTags", ideaTag);
 }