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