/// <summary> /// Deprecated Method for adding a new object to the Archived_Application EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToArchived_Application(Archived_Application archived_Application) { base.AddObject("Archived_Application", archived_Application); }
/// <summary> /// Create a new Archived_Application object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="status">Initial value of the status property.</param> /// <param name="cust_id">Initial value of the cust_id property.</param> /// <param name="emp_id">Initial value of the emp_id property.</param> /// <param name="app_date">Initial value of the app_date property.</param> public static Archived_Application CreateArchived_Application(global::System.Int32 id, global::System.String status, global::System.Int32 cust_id, global::System.Int32 emp_id, global::System.DateTime app_date) { Archived_Application archived_Application = new Archived_Application(); archived_Application.id = id; archived_Application.status = status; archived_Application.cust_id = cust_id; archived_Application.emp_id = emp_id; archived_Application.app_date = app_date; return archived_Application; }