/// <summary> /// Deprecated Method for adding a new object to the RTPReportGroupingCategories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRTPReportGroupingCategories(RTPReportGroupingCategory rTPReportGroupingCategory) { base.AddObject("RTPReportGroupingCategories", rTPReportGroupingCategory); }
/// <summary> /// Create a new RTPReportGroupingCategory object. /// </summary> /// <param name="rTPReportGroupingCategoryID">Initial value of the RTPReportGroupingCategoryID property.</param> public static RTPReportGroupingCategory CreateRTPReportGroupingCategory(global::System.Int32 rTPReportGroupingCategoryID) { RTPReportGroupingCategory rTPReportGroupingCategory = new RTPReportGroupingCategory(); rTPReportGroupingCategory.RTPReportGroupingCategoryID = rTPReportGroupingCategoryID; return rTPReportGroupingCategory; }