Пример #1
0
 /// <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;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotags(tags tags)
 {
     base.AddObject("tags", tags);
 }