/// <summary>
 /// Create a new SR_Service object.
 /// </summary>
 /// <param name="sR_Service_RecID">Initial value of the SR_Service_RecID property.</param>
 /// <param name="entered_Notify_Flag">Initial value of the Entered_Notify_Flag property.</param>
 /// <param name="assigned_Notify_Flag">Initial value of the Assigned_Notify_Flag property.</param>
 /// <param name="red_Flag">Initial value of the Red_Flag property.</param>
 /// <param name="publish_Flag">Initial value of the Publish_Flag property.</param>
 /// <param name="mobile_Guid">Initial value of the Mobile_Guid property.</param>
 /// <param name="from_cn_flag">Initial value of the from_cn_flag property.</param>
 /// <param name="approved_Flag">Initial value of the Approved_Flag property.</param>
 /// <param name="rejected_Flag">Initial value of the Rejected_Flag property.</param>
 /// <param name="cn_Survey_Completed_Flag">Initial value of the Cn_Survey_Completed_Flag property.</param>
 /// <param name="rec_Type">Initial value of the Rec_Type property.</param>
 /// <param name="exp_Billable_Flag">Initial value of the Exp_Billable_Flag property.</param>
 /// <param name="consolidate_Flag">Initial value of the Consolidate_Flag property.</param>
 /// <param name="bill_Complete_Flag">Initial value of the Bill_Complete_Flag property.</param>
 public static SR_Service CreateSR_Service(global::System.Int32 sR_Service_RecID, global::System.Boolean entered_Notify_Flag, global::System.Boolean assigned_Notify_Flag, global::System.Boolean red_Flag, global::System.Boolean publish_Flag, global::System.Guid mobile_Guid, global::System.Boolean from_cn_flag, global::System.Boolean approved_Flag, global::System.Boolean rejected_Flag, global::System.Boolean cn_Survey_Completed_Flag, global::System.String rec_Type, global::System.Boolean exp_Billable_Flag, global::System.Boolean consolidate_Flag, global::System.Boolean bill_Complete_Flag)
 {
     SR_Service sR_Service = new SR_Service();
     sR_Service.SR_Service_RecID = sR_Service_RecID;
     sR_Service.Entered_Notify_Flag = entered_Notify_Flag;
     sR_Service.Assigned_Notify_Flag = assigned_Notify_Flag;
     sR_Service.Red_Flag = red_Flag;
     sR_Service.Publish_Flag = publish_Flag;
     sR_Service.Mobile_Guid = mobile_Guid;
     sR_Service.from_cn_flag = from_cn_flag;
     sR_Service.Approved_Flag = approved_Flag;
     sR_Service.Rejected_Flag = rejected_Flag;
     sR_Service.Cn_Survey_Completed_Flag = cn_Survey_Completed_Flag;
     sR_Service.Rec_Type = rec_Type;
     sR_Service.Exp_Billable_Flag = exp_Billable_Flag;
     sR_Service.Consolidate_Flag = consolidate_Flag;
     sR_Service.Bill_Complete_Flag = bill_Complete_Flag;
     return sR_Service;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SR_Service EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSR_Service(SR_Service sR_Service)
 {
     base.AddObject("SR_Service", sR_Service);
 }