コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the num_tag_types EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTonum_tag_types(num_tag_types num_tag_types)
 {
     base.AddObject("num_tag_types", num_tag_types);
 }
コード例 #2
0
 /// <summary>
 /// Create a new num_tag_types object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static num_tag_types Createnum_tag_types(global::System.Int32 id, global::System.String name)
 {
     num_tag_types num_tag_types = new num_tag_types();
     num_tag_types.id = id;
     num_tag_types.name = name;
     return num_tag_types;
 }