/// <summary> /// Create a new rb_BlogStats object. /// </summary> /// <param name="moduleID">Initial value of the ModuleID property.</param> /// <param name="entryCount">Initial value of the EntryCount property.</param> /// <param name="commentCount">Initial value of the CommentCount property.</param> /// <param name="trackBackCount">Initial value of the TrackBackCount property.</param> public static rb_BlogStats Createrb_BlogStats(global::System.Int32 moduleID, global::System.Int32 entryCount, global::System.Int32 commentCount, global::System.Int32 trackBackCount) { rb_BlogStats rb_BlogStats = new rb_BlogStats(); rb_BlogStats.ModuleID = moduleID; rb_BlogStats.EntryCount = entryCount; rb_BlogStats.CommentCount = commentCount; rb_BlogStats.TrackBackCount = trackBackCount; return rb_BlogStats; }
/// <summary> /// Deprecated Method for adding a new object to the rb_BlogStats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorb_BlogStats(rb_BlogStats rb_BlogStats) { base.AddObject("rb_BlogStats", rb_BlogStats); }