Exemplo n.º 1
0
 /// <summary>
 /// Create a new ReportSetting object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static ReportSetting CreateReportSetting(global::System.Int32 c__Id)
 {
     ReportSetting reportSetting = new ReportSetting();
     reportSetting.C__Id = c__Id;
     return reportSetting;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportSettings(ReportSetting reportSetting)
 {
     base.AddObject("ReportSettings", reportSetting);
 }