예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RTPReportGroupingCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRTPReportGroupingCategories(RTPReportGroupingCategory rTPReportGroupingCategory)
 {
     base.AddObject("RTPReportGroupingCategories", rTPReportGroupingCategory);
 }
예제 #2
0
 /// <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;
 }