/// <summary>
 /// Create a new ReportManagerSetting object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="removeOldReports">Initial value of the RemoveOldReports property.</param>
 /// <param name="daysNumber">Initial value of the DaysNumber property.</param>
 public static ReportManagerSetting CreateReportManagerSetting(global::System.Int64 id, global::System.Boolean removeOldReports, global::System.Int32 daysNumber)
 {
     ReportManagerSetting reportManagerSetting = new ReportManagerSetting();
     reportManagerSetting.Id = id;
     reportManagerSetting.RemoveOldReports = removeOldReports;
     reportManagerSetting.DaysNumber = daysNumber;
     return reportManagerSetting;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportManagerSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportManagerSettings(ReportManagerSetting reportManagerSetting)
 {
     base.AddObject("ReportManagerSettings", reportManagerSetting);
 }