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