/// <summary>
 /// Create a new Alerts_Request object.
 /// </summary>
 /// <param name="requestLevel">Initial value of the RequestLevel property.</param>
 /// <param name="lifeTime">Initial value of the LifeTime property.</param>
 /// <param name="defaultAnswerIndex">Initial value of the DefaultAnswerIndex property.</param>
 /// <param name="selectedAnswerIndex">Initial value of the SelectedAnswerIndex property.</param>
 /// <param name="id">Initial value of the Id property.</param>
 public static Alerts_Request CreateAlerts_Request(global::System.Int16 requestLevel, global::System.Int32 lifeTime, global::System.Int32 defaultAnswerIndex, global::System.Int32 selectedAnswerIndex, global::System.Int64 id)
 {
     Alerts_Request alerts_Request = new Alerts_Request();
     alerts_Request.RequestLevel = requestLevel;
     alerts_Request.LifeTime = lifeTime;
     alerts_Request.DefaultAnswerIndex = defaultAnswerIndex;
     alerts_Request.SelectedAnswerIndex = selectedAnswerIndex;
     alerts_Request.Id = id;
     return alerts_Request;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Alerts_Request EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAlerts_Request(Alerts_Request alerts_Request)
 {
     base.AddObject("Alerts_Request", alerts_Request);
 }