/// <summary>
 /// Create a new ANSWER_MULTIPLE_CHOICE object.
 /// </summary>
 /// <param name="answer_multiple_choice_id">Initial value of the answer_multiple_choice_id property.</param>
 /// <param name="answer_id">Initial value of the answer_id property.</param>
 /// <param name="survey_request_sent_id">Initial value of the survey_request_sent_id property.</param>
 public static ANSWER_MULTIPLE_CHOICE CreateANSWER_MULTIPLE_CHOICE(global::System.Int32 answer_multiple_choice_id, global::System.Int32 answer_id, global::System.Int32 survey_request_sent_id)
 {
     ANSWER_MULTIPLE_CHOICE aNSWER_MULTIPLE_CHOICE = new ANSWER_MULTIPLE_CHOICE();
     aNSWER_MULTIPLE_CHOICE.answer_multiple_choice_id = answer_multiple_choice_id;
     aNSWER_MULTIPLE_CHOICE.answer_id = answer_id;
     aNSWER_MULTIPLE_CHOICE.survey_request_sent_id = survey_request_sent_id;
     return aNSWER_MULTIPLE_CHOICE;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ANSWER_MULTIPLE_CHOICE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANSWER_MULTIPLE_CHOICE(ANSWER_MULTIPLE_CHOICE aNSWER_MULTIPLE_CHOICE)
 {
     base.AddObject("ANSWER_MULTIPLE_CHOICE", aNSWER_MULTIPLE_CHOICE);
 }