Exemplo n.º 1
0
 /// <summary>
 /// Create a new ReportDescription object.
 /// </summary>
 /// <param name="reportDescriptionID">Initial value of the ReportDescriptionID property.</param>
 /// <param name="reportTemplateID">Initial value of the ReportTemplateID property.</param>
 /// <param name="format">Initial value of the Format property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static ReportDescription CreateReportDescription(global::System.Guid reportDescriptionID, global::System.Guid reportTemplateID, global::System.String format, global::System.DateTime lastModified)
 {
     ReportDescription reportDescription = new ReportDescription();
     reportDescription.ReportDescriptionID = reportDescriptionID;
     reportDescription.ReportTemplateID = reportTemplateID;
     reportDescription.Format = format;
     reportDescription.LastModified = lastModified;
     return reportDescription;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportDescriptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportDescriptions(ReportDescription reportDescription)
 {
     base.AddObject("ReportDescriptions", reportDescription);
 }