/// <summary>
 /// Deprecated Method for adding a new object to the ANSWER_TYPE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANSWER_TYPE(ANSWER_TYPE aNSWER_TYPE)
 {
     base.AddObject("ANSWER_TYPE", aNSWER_TYPE);
 }
 /// <summary>
 /// Create a new ANSWER_TYPE object.
 /// </summary>
 /// <param name="answer_type_id">Initial value of the answer_type_id property.</param>
 /// <param name="answer_type_name">Initial value of the answer_type_name property.</param>
 /// <param name="multi_choice_single">Initial value of the multi_choice_single property.</param>
 /// <param name="multi_choice_multi">Initial value of the multi_choice_multi property.</param>
 /// <param name="scale">Initial value of the scale property.</param>
 /// <param name="answer_long">Initial value of the answer_long property.</param>
 /// <param name="answer_short">Initial value of the answer_short property.</param>
 /// <param name="true_false">Initial value of the true_false property.</param>
 /// <param name="datestamp">Initial value of the datestamp property.</param>
 /// <param name="user_stamp">Initial value of the user_stamp property.</param>
 public static ANSWER_TYPE CreateANSWER_TYPE(global::System.Int32 answer_type_id, global::System.String answer_type_name, global::System.Boolean multi_choice_single, global::System.Boolean multi_choice_multi, global::System.Boolean scale, global::System.Boolean answer_long, global::System.Boolean answer_short, global::System.Boolean true_false, global::System.DateTime datestamp, global::System.Int32 user_stamp)
 {
     ANSWER_TYPE aNSWER_TYPE = new ANSWER_TYPE();
     aNSWER_TYPE.answer_type_id = answer_type_id;
     aNSWER_TYPE.answer_type_name = answer_type_name;
     aNSWER_TYPE.multi_choice_single = multi_choice_single;
     aNSWER_TYPE.multi_choice_multi = multi_choice_multi;
     aNSWER_TYPE.scale = scale;
     aNSWER_TYPE.answer_long = answer_long;
     aNSWER_TYPE.answer_short = answer_short;
     aNSWER_TYPE.true_false = true_false;
     aNSWER_TYPE.datestamp = datestamp;
     aNSWER_TYPE.user_stamp = user_stamp;
     return aNSWER_TYPE;
 }