/// <summary>
 /// Create a new AutodeskFileTreeNode object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="autodeskFile_Id">Initial value of the AutodeskFile_Id property.</param>
 /// <param name="treeNodes_Id">Initial value of the TreeNodes_Id property.</param>
 public static AutodeskFileTreeNode CreateAutodeskFileTreeNode(global::System.Int32 id, global::System.Int32 autodeskFile_Id, global::System.Int32 treeNodes_Id)
 {
     AutodeskFileTreeNode autodeskFileTreeNode = new AutodeskFileTreeNode();
     autodeskFileTreeNode.Id = id;
     autodeskFileTreeNode.AutodeskFile_Id = autodeskFile_Id;
     autodeskFileTreeNode.TreeNodes_Id = treeNodes_Id;
     return autodeskFileTreeNode;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AutodeskFileTreeNodes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAutodeskFileTreeNodes(AutodeskFileTreeNode autodeskFileTreeNode)
 {
     base.AddObject("AutodeskFileTreeNodes", autodeskFileTreeNode);
 }