/// <summary> /// Create a new tags object. /// </summary> /// <param name="tagId">Initial value of the TagId property.</param> /// <param name="tag">Initial value of the Tag property.</param> /// <param name="designId">Initial value of the DesignId property.</param> public static tags Createtags(global::System.Int32 tagId, global::System.String tag, global::System.Int32 designId) { tags tags = new tags(); tags.TagId = tagId; tags.Tag = tag; tags.DesignId = designId; return tags; }
/// <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(tags tags) { base.AddObject("tags", tags); }