Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_fun_tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_fun_tags(T_fun_tags t_fun_tags)
 {
     base.AddObject("T_fun_tags", t_fun_tags);
 }
Пример #2
0
 /// <summary>
 /// Create a new T_fun_tags object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="myapp_id">Initial value of the myapp_id property.</param>
 /// <param name="tag_name">Initial value of the tag_name property.</param>
 /// <param name="tag_value">Initial value of the tag_value property.</param>
 /// <param name="tag_color">Initial value of the tag_color property.</param>
 public static T_fun_tags CreateT_fun_tags(global::System.Int32 id, global::System.Int32 myapp_id, global::System.String tag_name, global::System.String tag_value, global::System.String tag_color)
 {
     T_fun_tags t_fun_tags = new T_fun_tags();
     t_fun_tags.id = id;
     t_fun_tags.myapp_id = myapp_id;
     t_fun_tags.tag_name = tag_name;
     t_fun_tags.tag_value = tag_value;
     t_fun_tags.tag_color = tag_color;
     return t_fun_tags;
 }