/// <summary> /// Create a new CourseSearch object. /// </summary> /// <param name="courseKey">Initial value of the CourseKey property.</param> /// <param name="yearQuarterID">Initial value of the YearQuarterID property.</param> /// <param name="courseID">Initial value of the CourseID property.</param> public static CourseSearch CreateCourseSearch(global::System.String courseKey, global::System.String yearQuarterID, global::System.String courseID) { CourseSearch courseSearch = new CourseSearch(); courseSearch.CourseKey = courseKey; courseSearch.YearQuarterID = yearQuarterID; courseSearch.CourseID = courseID; return courseSearch; }
/// <summary> /// Deprecated Method for adding a new object to the CourseSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCourseSearches(CourseSearch courseSearch) { base.AddObject("CourseSearches", courseSearch); }