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