/// <summary> /// Deprecated Method for adding a new object to the T_fun_myapp EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_fun_myapp(T_fun_myapp t_fun_myapp) { base.AddObject("T_fun_myapp", t_fun_myapp); }
/// <summary> /// Create a new T_fun_myapp object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="parent_id">Initial value of the parent_id property.</param> /// <param name="myapp_name">Initial value of the myapp_name property.</param> /// <param name="myapp_date">Initial value of the myapp_date property.</param> /// <param name="myapp_is_nav">Initial value of the myapp_is_nav property.</param> /// <param name="myapp_is_sys">Initial value of the myapp_is_sys property.</param> public static T_fun_myapp CreateT_fun_myapp(global::System.Int32 id, global::System.Int32 parent_id, global::System.String myapp_name, global::System.String myapp_date, global::System.Int32 myapp_is_nav, global::System.Int32 myapp_is_sys) { T_fun_myapp t_fun_myapp = new T_fun_myapp(); t_fun_myapp.id = id; t_fun_myapp.parent_id = parent_id; t_fun_myapp.myapp_name = myapp_name; t_fun_myapp.myapp_date = myapp_date; t_fun_myapp.myapp_is_nav = myapp_is_nav; t_fun_myapp.myapp_is_sys = myapp_is_sys; return t_fun_myapp; }