/// <summary> /// Create a new wowi_tech object. /// </summary> /// <param name="wowi_tech_id">Initial value of the wowi_tech_id property.</param> /// <param name="wowi_tech_name">Initial value of the wowi_tech_name property.</param> /// <param name="wowi_product_type_id">Initial value of the wowi_product_type_id property.</param> /// <param name="publish">Initial value of the publish property.</param> public static wowi_tech Createwowi_tech(global::System.Int32 wowi_tech_id, global::System.String wowi_tech_name, global::System.Int32 wowi_product_type_id, global::System.Boolean publish) { wowi_tech wowi_tech = new wowi_tech(); wowi_tech.wowi_tech_id = wowi_tech_id; wowi_tech.wowi_tech_name = wowi_tech_name; wowi_tech.wowi_product_type_id = wowi_product_type_id; wowi_tech.publish = publish; return wowi_tech; }
/// <summary> /// Deprecated Method for adding a new object to the wowi_tech EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTowowi_tech(wowi_tech wowi_tech) { base.AddObject("wowi_tech", wowi_tech); }