Exemplo n.º 1
0
 /// <summary>
 /// Create a new trend_tags object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="ref_num_tags">Initial value of the ref_num_tags property.</param>
 /// <param name="ref_categories">Initial value of the ref_categories property.</param>
 public static trend_tags Createtrend_tags(global::System.Int32 id, global::System.String name, global::System.Int32 ref_num_tags, global::System.Int32 ref_categories)
 {
     trend_tags trend_tags = new trend_tags();
     trend_tags.id = id;
     trend_tags.name = name;
     trend_tags.ref_num_tags = ref_num_tags;
     trend_tags.ref_categories = ref_categories;
     return trend_tags;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the trend_tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotrend_tags(trend_tags trend_tags)
 {
     base.AddObject("trend_tags", trend_tags);
 }