/// <summary>
 /// Create a new Blogs object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="commentCount">Initial value of the CommentCount property.</param>
 /// <param name="trackBackCount">Initial value of the TrackBackCount property.</param>
 /// <param name="includeInFeed">Initial value of the IncludeInFeed property.</param>
 /// <param name="allowCommentsForDays">Initial value of the AllowCommentsForDays property.</param>
 public static Blogs CreateBlogs(global::System.Int32 itemID, global::System.Int32 moduleID, global::System.Int32 commentCount, global::System.Int32 trackBackCount, global::System.Boolean includeInFeed, global::System.Int32 allowCommentsForDays)
 {
     Blogs blogs = new Blogs();
     blogs.ItemID = itemID;
     blogs.ModuleID = moduleID;
     blogs.CommentCount = commentCount;
     blogs.TrackBackCount = trackBackCount;
     blogs.IncludeInFeed = includeInFeed;
     blogs.AllowCommentsForDays = allowCommentsForDays;
     return blogs;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Blogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogs(Blogs blogs)
 {
     base.AddObject("Blogs", blogs);
 }