Example #1
0
 /// <summary>
 /// Create a new ReportTemplateDLL object.
 /// </summary>
 /// <param name="dLLName">Initial value of the DLLName property.</param>
 /// <param name="dLLBlob">Initial value of the DLLBlob property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static ReportTemplateDLL CreateReportTemplateDLL(global::System.String dLLName, global::System.Byte[] dLLBlob, global::System.DateTime lastModified)
 {
     ReportTemplateDLL reportTemplateDLL = new ReportTemplateDLL();
     reportTemplateDLL.DLLName = dLLName;
     reportTemplateDLL.DLLBlob = dLLBlob;
     reportTemplateDLL.LastModified = lastModified;
     return reportTemplateDLL;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportTemplateDLLs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportTemplateDLLs(ReportTemplateDLL reportTemplateDLL)
 {
     base.AddObject("ReportTemplateDLLs", reportTemplateDLL);
 }