/// <summary>
 /// Deprecated Method for adding a new object to the clientmachines EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToclientmachines(clientmachine clientmachine)
 {
     base.AddObject("clientmachines", clientmachine);
 }
 /// <summary>
 /// Create a new clientmachine object.
 /// </summary>
 /// <param name="machine_id">Initial value of the machine_id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static clientmachine Createclientmachine(global::System.Int64 machine_id, global::System.String name)
 {
     clientmachine clientmachine = new clientmachine();
     clientmachine.machine_id = machine_id;
     clientmachine.name = name;
     return clientmachine;
 }