/// <summary> /// Deprecated Method for adding a new object to the TagTrees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTagTrees(TagTree tagTree) { base.AddObject("TagTrees", tagTree); }
/// <summary> /// Create a new TagTree object. /// </summary> /// <param name="tag">Initial value of the Tag property.</param> public static TagTree CreateTagTree(global::System.String tag) { TagTree tagTree = new TagTree(); tagTree.Tag = tag; return tagTree; }