/// <summary>
 /// Create a new SurveyQuestionAnswers object.
 /// </summary>
 /// <param name="answerGuid">Initial value of the AnswerGuid property.</param>
 /// <param name="questionGuid">Initial value of the QuestionGuid property.</param>
 /// <param name="responseGuid">Initial value of the ResponseGuid property.</param>
 /// <param name="answer">Initial value of the Answer property.</param>
 /// <param name="answeredDate">Initial value of the AnsweredDate property.</param>
 public static SurveyQuestionAnswers CreateSurveyQuestionAnswers(global::System.Guid answerGuid, global::System.Guid questionGuid, global::System.Guid responseGuid, global::System.String answer, global::System.DateTime answeredDate)
 {
     SurveyQuestionAnswers surveyQuestionAnswers = new SurveyQuestionAnswers();
     surveyQuestionAnswers.AnswerGuid = answerGuid;
     surveyQuestionAnswers.QuestionGuid = questionGuid;
     surveyQuestionAnswers.ResponseGuid = responseGuid;
     surveyQuestionAnswers.Answer = answer;
     surveyQuestionAnswers.AnsweredDate = answeredDate;
     return surveyQuestionAnswers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SurveyQuestionAnswers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSurveyQuestionAnswers(SurveyQuestionAnswers surveyQuestionAnswers)
 {
     base.AddObject("SurveyQuestionAnswers", surveyQuestionAnswers);
 }