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