예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Report EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Report(VC_Report vC_Report)
 {
     base.AddObject("VC_Report", vC_Report);
 }
예제 #2
0
 /// <summary>
 /// Create a new VC_Report object.
 /// </summary>
 /// <param name="report_Id">Initial value of the Report_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="social_Report">Initial value of the Social_Report property.</param>
 /// <param name="leadership_Report">Initial value of the Leadership_Report property.</param>
 /// <param name="academic_Report">Initial value of the Academic_Report property.</param>
 /// <param name="personality_Report">Initial value of the Personality_Report property.</param>
 /// <param name="eQ_Report">Initial value of the EQ_Report property.</param>
 /// <param name="report_Month">Initial value of the Report_Month property.</param>
 /// <param name="report_Year">Initial value of the Report_Year property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Report CreateVC_Report(global::System.Int32 report_Id, global::System.Int32 user_Id, global::System.Int32 social_Report, global::System.Int32 leadership_Report, global::System.Int32 academic_Report, global::System.Int32 personality_Report, global::System.Int32 eQ_Report, global::System.DateTime report_Month, global::System.DateTime report_Year, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Report vC_Report = new VC_Report();
     vC_Report.Report_Id = report_Id;
     vC_Report.User_Id = user_Id;
     vC_Report.Social_Report = social_Report;
     vC_Report.Leadership_Report = leadership_Report;
     vC_Report.Academic_Report = academic_Report;
     vC_Report.Personality_Report = personality_Report;
     vC_Report.EQ_Report = eQ_Report;
     vC_Report.Report_Month = report_Month;
     vC_Report.Report_Year = report_Year;
     vC_Report.Created_TS = created_TS;
     vC_Report.Updated_TS = updated_TS;
     return vC_Report;
 }