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