Exemple #1
0
 /// <summary>
 /// Create a new ReportExportToExcelSetting object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static ReportExportToExcelSetting CreateReportExportToExcelSetting(global::System.Int32 c__Id)
 {
     ReportExportToExcelSetting reportExportToExcelSetting = new ReportExportToExcelSetting();
     reportExportToExcelSetting.C__Id = c__Id;
     return reportExportToExcelSetting;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportExportToExcelSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportExportToExcelSettings(ReportExportToExcelSetting reportExportToExcelSetting)
 {
     base.AddObject("ReportExportToExcelSettings", reportExportToExcelSetting);
 }