Beispiel #1
0
 /// <summary>
 /// Create a new ReportTemplate object.
 /// </summary>
 /// <param name="reportTemplateID">Initial value of the ReportTemplateID property.</param>
 /// <param name="system">Initial value of the System property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static ReportTemplate CreateReportTemplate(global::System.Guid reportTemplateID, global::System.Boolean system, global::System.DateTime lastModified)
 {
     ReportTemplate reportTemplate = new ReportTemplate();
     reportTemplate.ReportTemplateID = reportTemplateID;
     reportTemplate.System = system;
     reportTemplate.LastModified = lastModified;
     return reportTemplate;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportTemplates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportTemplates(ReportTemplate reportTemplate)
 {
     base.AddObject("ReportTemplates", reportTemplate);
 }