Ejemplo n.º 1
0
        /// <summary>
        /// Create a new TA_ReportFile object.
        /// </summary>
        /// <param name="reportFile_ID">Initial value of the ReportFile_ID property.</param>
        /// <param name="reportFile_Name">Initial value of the ReportFile_Name property.</param>
        public static TA_ReportFile CreateTA_ReportFile(global::System.Decimal reportFile_ID, global::System.String reportFile_Name)
        {
            TA_ReportFile tA_ReportFile = new TA_ReportFile();

            tA_ReportFile.ReportFile_ID   = reportFile_ID;
            tA_ReportFile.ReportFile_Name = reportFile_Name;
            return(tA_ReportFile);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TA_ReportFile EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTA_ReportFile(TA_ReportFile tA_ReportFile)
 {
     base.AddObject("TA_ReportFile", tA_ReportFile);
 }