/// <summary>
 /// Create a new AutodeskFile object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="mC_OwnerId">Initial value of the MC_OwnerId property.</param>
 /// <param name="version">Initial value of the Version property.</param>
 public static AutodeskFile CreateAutodeskFile(global::System.Int32 id, global::System.String name, global::System.String mC_OwnerId, global::System.Int32 version)
 {
     AutodeskFile autodeskFile = new AutodeskFile();
     autodeskFile.Id = id;
     autodeskFile.Name = name;
     autodeskFile.MC_OwnerId = mC_OwnerId;
     autodeskFile.Version = version;
     return autodeskFile;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AutodeskFiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAutodeskFiles(AutodeskFile autodeskFile)
 {
     base.AddObject("AutodeskFiles", autodeskFile);
 }