/// <summary>
 /// Create a new Ima_LocalAgent object.
 /// </summary>
 /// <param name="localAgentID">Initial value of the LocalAgentID property.</param>
 /// <param name="world_region_id">Initial value of the world_region_id property.</param>
 /// <param name="country_id">Initial value of the country_id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="rF">Initial value of the RF property.</param>
 /// <param name="telecom">Initial value of the Telecom property.</param>
 /// <param name="eMC">Initial value of the EMC property.</param>
 /// <param name="safety">Initial value of the Safety property.</param>
 /// <param name="createUser">Initial value of the CreateUser property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="lasterUpdateUser">Initial value of the LasterUpdateUser property.</param>
 /// <param name="lasterUpdateDate">Initial value of the LasterUpdateDate property.</param>
 public static Ima_LocalAgent CreateIma_LocalAgent(global::System.Int32 localAgentID, global::System.Byte world_region_id, global::System.Int32 country_id, global::System.String name, global::System.Boolean rF, global::System.Boolean telecom, global::System.Boolean eMC, global::System.Boolean safety, global::System.String createUser, global::System.DateTime createDate, global::System.String lasterUpdateUser, global::System.DateTime lasterUpdateDate)
 {
     Ima_LocalAgent ima_LocalAgent = new Ima_LocalAgent();
     ima_LocalAgent.LocalAgentID = localAgentID;
     ima_LocalAgent.world_region_id = world_region_id;
     ima_LocalAgent.country_id = country_id;
     ima_LocalAgent.Name = name;
     ima_LocalAgent.RF = rF;
     ima_LocalAgent.Telecom = telecom;
     ima_LocalAgent.EMC = eMC;
     ima_LocalAgent.Safety = safety;
     ima_LocalAgent.CreateUser = createUser;
     ima_LocalAgent.CreateDate = createDate;
     ima_LocalAgent.LasterUpdateUser = lasterUpdateUser;
     ima_LocalAgent.LasterUpdateDate = lasterUpdateDate;
     return ima_LocalAgent;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Ima_LocalAgent EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIma_LocalAgent(Ima_LocalAgent ima_LocalAgent)
 {
     base.AddObject("Ima_LocalAgent", ima_LocalAgent);
 }