/// <summary> /// Create a new RoundFinalScore object. /// </summary> /// <param name="roundFinalScoreId">Initial value of the RoundFinalScoreId property.</param> /// <param name="courseId">Initial value of the CourseId property.</param> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="playedDate">Initial value of the PlayedDate property.</param> public static RoundFinalScore CreateRoundFinalScore(global::System.Guid roundFinalScoreId, global::System.Guid courseId, global::System.Guid userId, global::System.DateTime playedDate) { RoundFinalScore roundFinalScore = new RoundFinalScore(); roundFinalScore.RoundFinalScoreId = roundFinalScoreId; roundFinalScore.CourseId = courseId; roundFinalScore.UserId = userId; roundFinalScore.PlayedDate = playedDate; return roundFinalScore; }
/// <summary> /// Deprecated Method for adding a new object to the RoundFinalScore EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRoundFinalScore(RoundFinalScore roundFinalScore) { base.AddObject("RoundFinalScore", roundFinalScore); }